Question: c++ using loops Calculator Program Write a program to input three values, two floats and an operator print out what were read and the resulting

c++ using loops c++ using loops Calculator Program Write a program to input three values,

Calculator Program Write a program to input three values, two floats and an operator print out what were read and the resulting evaluation. The operators to handle are +, - . / and ^. The floats are one or more digit in length. The last input is sentinel value 0 + 0; Read a float, char, float for input. cin >> vi>>opchar >> v2; Input File: SimpleCal6.txt Example input: 78.2 + 9.0 Example Output: 78.2 + 9,0 = 87.2 Due Next Monday source pgon & input file

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!