Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Java Calculator Application

Features Implemented:

  • Addition
  • Subtraction
  • Multiplication
  • Division (with division by zero handling)
  • Fibonacci
  • Square
  • Cube
  • Square Root

Files:

  • Main.java - Main program driver
  • Calculator.java - Contains logic for each operation
  • UserInput.java - Handles input from user safely

Exception Handling:

  • ArithmeticException for division
  • InputMismatchException for user inputs

Author:

  • Name: Alabhya Sharma
  • PRN: 23070126010
  • Batch: A1 (AIML)

How to Run:

  1. Compile all .java files
  2. Run Main.java

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages