Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patchoooi/mixed-fraction-arithmetic
https://github.com/patchoooi/mixed-fraction-arithmetic
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patchoooi/mixed-fraction-arithmetic
- Owner: patchoooi
- Created: 2023-05-24T11:18:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-24T11:27:20.000Z (over 1 year ago)
- Last Synced: 2024-12-04T03:08:53.781Z (2 months ago)
- Language: Java
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS122_9301Team8
A group programming project for the course CS 122 - Computer Programming 2 (AY 2022-2023) - Midterms.
DeTorresDelizoLacanilaoLimbocRagudosRoxas9301## Group Project 2 - MixedFractionArithmetic
MixedFractionCalculator## Authors and acknowledgment
**GROUP 8**1. **LACANILAO**, Marvin Patrick D. -2230153
2. **DE TORRES**, John Rey I. -2234944
3. **DELIZO**, John Marco -2234758
4. **LIMBOC**, Trixie Mae W. - 2233674
5. **RAGUDOS**, Hannah T. - 2233361
6. **ROXAS**, Johan Rickardo A. - 2233375## Description
The MixedFractionArithmetic class is a programming class that performs arithmetic operations on mixed fractions, which are a combination of a whole number and a fraction. The class contains methods for addition, subtraction, multiplication, and division of mixed fractions, as well as simplifying mixed fractions, converting them to improper fractions or decimals, and comparing them for equality or magnitude.## Installation and Usage
To use the MixedFractionArithmetic class, simply download the source code and run the program on your computer. The program requires an IDE or a Java development environment to run. The program also includes a GUI class that allows for user input and output of mixed fraction arithmetic calculations.To use the GUI, simply launch the program and input the mixed fractions you wish to perform arithmetic operations on. The program will display the output of the arithmetic operation in the result field.
## Contributing Guidelines
If you would like to contribute to the MixedFractionArithmetic program, we would be glad to receive your input. To contribute, please adhere to the following guidelines:1. First, make a copy of the project and establish a new branch for your contribution.
2. Make certain that your contribution adheres to the program's coding practices and standards.
3. Finally, send a pull request with the modifications you have made.## Troubleshooting
If you encounter any issues while using our project, please contact the project team for assistance.## Release Notes
Version 1.0 (March 2023):- Initial release of the MixedFractionArithmetic program.
- Supports addition, subtraction, multiplication, and division of mixed fractions.
- Includes a GUI class for user input and output of mixed fraction arithmetic calculations.