Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.39 KB

File metadata and controls

50 lines (35 loc) · 1.39 KB

Software Development Exercises - UE02

📜 Tasks

This exercise focuses on getting familiar with the Java Development Kit (JDK), debugging, console input/output, and performing calculations. The tasks include:

1. Debugging

Identify and fix syntax, runtime, and logical errors in a provided Java program (MyFirstProgram.java).


2. Calculations

Perform various mathematical operations, including sums, products, powers, and formatted outputs.

  • Program: Calc.java

3. Airplane Calculations

Calculate flight distances, fuel consumption, and duration based on user input.

  • Program: Planes.java

4. Catering Service

Calculate required quantities of products and their total cost for an event catering service.

  • Program: Catering.java

📂 Project Structure

src/

  • In.java Helper class for input
  • Out.java Helper class for output
  • MyFirstProgram.java Debugging task
  • Calc.java Mathematical calculations
  • Planes.java Airplane-related calculations
  • Catering.java Catering service calculations

test/

  • Testprotokolle.txt Test cases and results for all tasks

🛠 Tools

  • Programming Language: Java
  • Editor: Visual Studio Code with JavaWiz extension

📝 License

This project is licensed under the MIT License.