Write a c++ program to ask user to enter an operator (either +, -, * or /) and then two floating point numbers. Then based on which operator is entered by the user, output the result of the operation....



Write a c++ program to ask user to enter an operator (either +, -, * or /) and then two floating point numbers. Then based on which operator is entered by the user, output the result of the operation. Use
switch-case.



If the user enters some other char, the program outputs an error message and quits.







Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here