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.javaHelper class for inputOut.javaHelper class for outputMyFirstProgram.javaDebugging taskCalc.javaMathematical calculationsPlanes.javaAirplane-related calculationsCatering.javaCatering service calculations
test/
Testprotokolle.txtTest cases and results for all tasks
- Programming Language: Java
- Editor: Visual Studio Code with JavaWiz extension
This project is licensed under the MIT License.