Skip to content

SudarshanDevadiga/Simple-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple Calculator

This is a simple C++ program that functions as a basic calculator. It can perform addition, subtraction, multiplication, and division based on the operator and operands provided by the user.

How it works

  1. The program prompts the user to enter an operator (+, -, *, /).
  2. The program prompts the user to enter two operands.
  3. The program performs the calculation based on the operator and operands provided.
  4. The program outputs the result of the calculation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages