This repository contains my solutions for the Java assessment at Universidade Positivo. The assessment consisted of 8 questions covering various concepts of the Java language.
- Question 1: Calculator.
- Question 2: Personal Library.
- Question 3: Bank Account Management.
- Question 4: Player Management.
- Question 5: Car Register.
- Question 6: Contact List.
- Question 7: Market Manager.
- Question 8: Pizzeria System.
exercise01/: Folder containing the files related to Question 1.exercise02/: Folder containing the files related to Question 2.- ...
exercise8/: Folder containing the files related to Question 8.
-
Clone this repository:
git clone https://github.com/duducamargo/software-development-java.git -
Navigate to the desired question folder:
cd exercise01/ -
Compile the Java code:
javac FileName.java -
Run the Java program:
java FileName
- Make sure you have the JDK (Java Development Kit) installed on your system to compile and run the Java programs.
- The provided files are examples and may not match exactly with the files from the university's actual assessment.
Name: Eduardo Farias Camargo
Email: edu.farias.camargo@gmail.com