Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.