Skip to content

Siraj-ul-muneera/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Calculator

Java code to create a calculator to perform the four basic arithmetic operations (addition, subtraction, multiplication, and division).

Steps to run the calculator

  • The application is developed using the Eclipse IDE.
  • To use the application you need to run the MainApp.java class
  • You would be prompted to enter an arithmetic expression as the input.
  • The input is then validated. In case you have entered an invalid input, the same would be displayed.
  • If the input is valid, you would see the result or the numerical value obtained after evaluating the arithmetic expression.

About

Creating a basic arithmetic calculator using java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages