We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591f8d4 commit fdc91cfCopy full SHA for fdc91cf
README.md
@@ -162,12 +162,13 @@ Stack<Integer>
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
-
+ ```bash
+ 'java Student' # Q1
+ 'java Voter' # Q2
+ 'java QuestionThree' # Q3
+ 'java QuestionFour' # Q4
+ 'java QuestionFive' # Q5
171
+ ```
172
173
---
174
0 commit comments