write a C++ calculator program that make calculation of any 2 given numbers. Your program will only exist if the user input number 0. your operations ( +, -, / *) will be excused in separated...


write a C++ calculator program that make calculation of any 2 given numbers.
Your program will only exist if the user input number 0.
your operations ( +, -, / *) will be excused in separated functions.
at the end of the program display the average number of the total numbers that have been calculated
ex of average number:
if use made 2 calculations like 2 + 2 and 5 - 2
then the total number / 2 because there is only 2 operations and the total is 7 coming from there 2


Store the average and total in a struct called "calculator "



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here