A program stores sales amounts in two double variables named marySales and jimSales. Write the C++ code

Question:

A program stores sales amounts in two double variables named marySales and jimSales. Write the C++ code to assign the highest and lowest sales amounts to the highSales and lowSales variables, respectively, and then display the contents of those variables. (You can assume that both sales amounts are different.)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: