File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -149,18 +149,25 @@ Stack<Integer>
149149
150150## ▶️ How to Run
151151
152- ``` bash
153- git clone https://github.com/TheComputationalCore/java-advanced-exceptions-collections.git
154- cd java-advanced-exceptions-collections
155- javac * .java
156-
157- # Run tasks:
158- java Student # Q1
159- java Voter # Q2
160- java QuestionThree # Q3
161- java QuestionFour # Q4
162- java QuestionFive # Q5
163- ```
152+ 1 . ** Clone the Repository** :
153+ ``` bash
154+ git clone https://github.com/TheComputationalCore/java-advanced-exceptions-collections.git
155+ ```
156+ 2 . ** Navigate to the Project Directory** :
157+ ``` bash
158+ cd java-advanced-exceptions-collections
159+ ```
160+ 3 . ** Compile the Java Files** :
161+ ``` bash
162+ javac * .java
163+ ```
164+ 4. ** Run the Desired Program** :
165+ -' java Student' # Q1
166+ -' java Voter' # Q2
167+ -' java QuestionThree' # Q3
168+ -' java QuestionFour' # Q4
169+ -' java QuestionFive' # Q5
170+
164171
165172---
166173
You can’t perform that action at this time.
0 commit comments