Skip to content

"A simple calculator implemented in Java with support for basic arithmetic, power, and square root operations."

Notifications You must be signed in to change notification settings

Yasaswini64/java_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Java Calculator

A simple calculator implemented in Java with support for basic arithmetic operations, power, and square root functionality.

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Modulus (%)
  • Power (^)
  • Square Root (#)

How to Run

  • Compile the program: javac Calculator.java
  • Run the program: java Calculator

Technologies Used

  • Java

About

"A simple calculator implemented in Java with support for basic arithmetic, power, and square root operations."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages