This is a console based Java calculator which can perform following tasks
- Addition
- Subtraction
- Multiplication
- Division
- Square
- Cube
- x to the power y
- Squareroot
- sine
- consine
- Tangent
- Angle whose sine is
- Angle whose consine is
- Angle whose tangent is
- Angle whose trangent is x/y is
- logarithm
- Factorial
- Factors
- check for even or odd
- check for prime number
- check for pallindrome number
- check leap yearor not
- Fibonacci Series
- check for armstrong number
- check perfect number or not
- Maximum
- Minimum
- Round up
- Accounting
- S.I.
- C.I.
- Amount on S.I. -Amount on C.I.
- Perimeter of a Figure
- Area/Total Surface Area of a Figure
- Volume of a Figure
The main function is inside Calculator.java
- Garvit Kothari - Initial work - Garvit-k