Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itssodope01/filemathoperation
A program that analyzes a text file and performs simple math operations, for each line of the file. The program catches exceptions when the action cannot be executed. The results are saved in an output file.
https://github.com/itssodope01/filemathoperation
Last synced: 6 days ago
JSON representation
A program that analyzes a text file and performs simple math operations, for each line of the file. The program catches exceptions when the action cannot be executed. The results are saved in an output file.
- Host: GitHub
- URL: https://github.com/itssodope01/filemathoperation
- Owner: itssodope01
- Created: 2024-02-04T22:51:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T22:55:47.000Z (10 months ago)
- Last Synced: 2024-02-04T23:42:45.161Z (10 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileMathOperation
A program that analyzes a text file and performs simple math operations, for each line of the file. The program catches exceptions when the action cannot be executed. The results are saved in an output file.Operations are limited to addition/subtraction, division/multiplication (up to two operations).
Java Object Oriented Programming.