/Task-1.-ConsoleCalculator

This calculator operates with multiple numbers. It performs addition, subtraction, multiplication and division actions. Additionally, it accepts specific range of numbers (from -20 to 20, if more than 20 or less -20 - it returns a warning message). When the calculation is done the results with all operands and operations are written to a file with date/time of calculation.

Primary LanguageJava

calculator