Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 661 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 661 Bytes

Simple-Calculator

The Simple Calculator is a calculator application. In addition to performing the basic arithmetic functions of addition, subtraction, multiplication, and division, it can compute the operations of exponents, square roots, inverse of numbers, and percentages. Also, error checking is accomplished for all mathematical computations. Further, the maximum number of digits allowed for one entry is thirteen, and decimals are rounded off the to nearest fifth place.

This application utilizes java jdk 1.8.0_251

simple-calculator