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
- Host: GitHub
- URL: https://github.com/nurulashraf/java-calculations-and-equations
- Owner: nurulashraf
- License: mit
- Created: 2024-12-10T12:36:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T07:02:30.000Z (8 months ago)
- Last Synced: 2025-02-02T08:18:09.755Z (8 months ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.git2. **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).