/Simple-Calculator-Java

The Simple-Calculator-Java is a calculator application written in the java programming language.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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