An open API service indexing awesome lists of open source software.

https://github.com/nurulashraf/java-calculations-and-equations

Java Programming - Calculation and Equation
https://github.com/nurulashraf/java-calculations-and-equations

assignment beginner-java-projects console-applications educational-projects fundamental-programming-concepts input-and-output-handling java-programming mathematical-computations-in-java problem-solving-with-java programming-assignments

Last synced: 4 months ago
JSON representation

Java Programming - Calculation and Equation

Awesome Lists containing this project

README

          

# Java Calculations and Equations

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.

---

## Repository Content

1. **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.

2. **Assignment Report**
- `Report.pdf`
A detailed report outlining the problem statement, solution design, and results.

3. **Assignment Instructions**
- `Instructions.pdf`
Provides the instructions and requirements for the Java programs.

---

## Features of the 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.

---

## Prerequisites

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.

---

## How To Use

1. **Clone the Repository**
```bash
git clone https://github.com/nurulashraf/java-calculations-and-equations.git

2. **Open the Project**
Import the project into your preferred Java IDE.

3. **Compile and Run**
Compile the program and run either `CalculateSixMarks.java` or `SolveEquations..java`.
Follow the instructions displayed in the console.

---

## Documentation
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.

---

## Contribution
This project is a learning exercise and not open for direct contributions. However, feedback and suggestions are welcome.

---

## License
This repository is for educational purposes and is licensed under the [MIT License](LICENSE).