An open API service indexing awesome lists of open source software.

https://github.com/welding-torch/java-prac

Java Practical Exam Question Bank Solutions
https://github.com/welding-torch/java-prac

java practical

Last synced: 3 months ago
JSON representation

Java Practical Exam Question Bank Solutions

Awesome Lists containing this project

README

          

# Java-Prac

#### Java Practical Exam Question Bank Solutions

Note: When downloading and running one of the programs, be sure to rename the program to `Main.java`

_For example:_ `1.java` will become `Main.java`

Then type `javac Main.java` to compile and `java Main` to run.

---
Note: For Question 12, to compile and run the code you must type the following into a terminal:

`javac Emppay.java Emp.java`

`java Emppay`