Skip to content

mansi0703/Java-AWT-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Calculator for windows platform using java awt

Features

1 . All the basic math (Add,Sub,Mul,Div,Pow,Inv..).
2 . You can not perform multiple operation in one go as of now.
3 . You can use the result of one operation to perform other operation.

How to use

1 . As of now the input from keyboard is disabled, You can use mouse key to press numbers and operation on calculator UI.

Further Enhancement

1 . Enabling multiple operation in one go (May be a hint to use postfix and stack calculation).
2 . Enabling history option.
3 . Enabling converter option.
4 . Enabling Scientific calculations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%