Note: Do not use arrays and Functions.
Write a C++ program in which you use a for-loop to read 10 realnumbers, calculate their sum, and display the sum, properlylabeled. Use the following test data: 12, 3.5, 9.7, 7.4, 3.24, 1.2,0.0, 10.0, 2, 2.9
Expert Answer
Answer to Note: Do not use arrays and Functions. Write a C++ program in which you use a for-loop to read 10 real numbers, calculat…