Skip to content

FatemahNur/ScientificCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scientific Calculator

This project is a simple scientific calculator built using Java Swing. It provides basic arithmetic operations as well as square root and exponentiation functions.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Square root calculation.
  • Exponentiation (power) function.
  • Clear (C) and clear everything (CE) functionality.

How to Run

  1. Ensure you have Java installed on your machine.
  2. Compile the Java source file:
    javac ScientificCalculator.java
  3. Run the compiled Java program:
    java ScientificCalculator

#Screenshot of output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages