This repository contains two Java programs designed to solve distinct problems: calculating six marks and solving equations. These solutions are part of a university assignment focused on applying fundamental programming concepts.
-
Source Codes
src/CalculateSixMarks.java
Java program implementing the solution for calculating six marks.src/SolveEquations.java
Java program implementing the solution for solving equations.
-
Assignment Report
Report.pdf
A detailed report outlining the problem statement, solution design, and results.
-
Assignment Instructions
Instructions.pdf
Provides the instructions and requirements for the Java programs.
-
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 programs, 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 programs.
-
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 eitherCalculateSixMarks.java
orSolveEquations..java
. Follow the instructions displayed in the console.
The assignment report includes:
- Code Objective
- Code Structure Overview
- Test cases and expected results
- Screenshots of the program output
Refer to 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.