The document describes a C++ program that takes in two numbers and an operator from the user and performs the calculation based on the operator entered. The program uses a switch statement to evaluate the operator and perform the appropriate calculation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views2 pages
My First Programme Calculator
The document describes a C++ program that takes in two numbers and an operator from the user and performs the calculation based on the operator entered. The program uses a switch statement to evaluate the operator and perform the appropriate calculation.