Skip to content

Extend the functionality of the the calculator to save and display the past results of the arithmetic operations . Save and display calculation history of the calculator

Notifications You must be signed in to change notification settings

IT21826740/Simple-Calculator-with-History-using-Python--UoM-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Calculator with History /Python (UoM)

Description: This Python program is a basic calculator that allows users to perform arithmetic operations such as addition, subtraction, multiplication, division, exponentiation, and finding the remainder. It also keeps track of the history of calculations and provides options to reset the history and terminate the program.

Features:

  • Supports arithmetic operations (+, -, *, /, ^, %).
  • Maintains a history of calculations.
  • Allows resetting the history.
  • Provides an option to terminate the program.

Usage:

  1. The program displays a menu of available operations and options.
  2. The user selects an operation by entering the corresponding symbol (+, -, *, /, ^, %).
  3. If the user enters numbers, it performs the selected operation and displays the result.
  4. The calculation history is updated with each calculation.
  5. The user can choose to reset the history or terminate the program.

Contributing: This is a basic calculator, but you can contribute by adding more advanced operations, improving the user interface, or enhancing the history tracking features.

About

Extend the functionality of the the calculator to save and display the past results of the arithmetic operations . Save and display calculation history of the calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published