This exercise focuses on getting familiar with the Java Development Kit (JDK), debugging, console input/output, and performing calculations. The tasks include:
Identify and fix syntax, runtime, and logical errors in a provided Java program (MyFirstProgram.java
).
Perform various mathematical operations, including sums, products, powers, and formatted outputs.
- Program:
Calc.java
Calculate flight distances, fuel consumption, and duration based on user input.
- Program:
Planes.java
Calculate required quantities of products and their total cost for an event catering service.
- Program:
Catering.java
src/
In.java
Helper class for inputOut.java
Helper class for outputMyFirstProgram.java
Debugging taskCalc.java
Mathematical calculationsPlanes.java
Airplane-related calculationsCatering.java
Catering service calculations
test/
Testprotokolle.txt
Test cases and results for all tasks
- Programming Language: Java
- Editor: Visual Studio Code with JavaWiz extension
This project is licensed under the MIT License.