This repository is created for the UniRazak Fundamental of Programming course's Assignment 1. The goal of this assignment is to apply fundamental programming concepts to solve a given problem. The solution is implemented in Java and includes documentation to support the code.
src/CalculateSixMarks.java
- The Java program that contains the solution for Question 1 of the assignment.
src/SolveEquations.java
- The Java program that contains the solution for Question 2 of the assignment.
Report.pdf
- A detailed report that outlines the problem statement, solution design, and results.
Instructions.pdf
- Instructions and requirements of the Java program for the assignment.
-
Input Handling
- Accepts user input through the console.
-
Mathematical Computation
- Implements algorithms to solve mathematical problems or perform specific calculations.
-
Output Display
- Outputs the results clearly to the console.
Before running the program, ensure you have the following:
-
Java Development Kit (JDK)
- Version 8 or later.
-
Java IDE
- Any IDE like IntelliJ IDEA, Eclipse, or Visual Studio Code for executing the program.
-
Clone the Repository
git clone https://github.com/nurulashraf/programming-assignment-java.git
-
Open the Project
- Import the project into your preferred Java IDE.
-
Compile and Run
- Compile the program and run the
CalculateSixMarks.java
orSolveEquations.java
file. - Follow the instructions displayed in the console.
- Compile the program and run the
The assignment report includes:
- Code Objective.
- Code Structure Overview.
- Test cases and expected results.
- Screenshots of the program output.
Refer to the Report.pdf
for detailed documentation.
This project is a learning exercise and not open for direct contributions. However, feedback and suggestions are welcome.
This repository is for educational purposes and is licensed under the MIT License.