of F Write a C++ program that reads a positive integer user input number n, asserts the value of n is positive, and then reads n float data type user input numbers, and finally prints • The sum of the absolute values of the user input numbers, • The absolute value of the sum of the user input numbers, • The product of the absolute values of the user input numbers, • The absolute value of the product of the user input numbers, and • The absolute value of the minimum of the user input numbers. Please note that to assert the value of n is positive means that your program will check if the user input value for n is positive and if it is not then your program will keep on asking the user for an input value for n until a positive integer value is read from the user. Sample Run Output You are provided the following sample run output to help you understand the problem. Sample Run Output Enter a positive integer value for n 5 Enter a float value -0.5 Enter a float value 3.6 Enter a float value - 4.2 Enter a float value 2.7 Enter a float value -0.8 The sum of the absolute values of the user input numbers is 11.8 The absolute value of the sum of the user input numbers is 0.8 The product of the absolute values of the user input numbers is 16.3296 The absolute value of the product of the user input numbers is 16.3296 The absolute value of the minimum of the user input numbers is 4.2 Press any key to continue...
Answers
Answered by
0
Answer:
it's not possible to me
because it is very big paragraph
Similar questions
Math,
11 hours ago
Accountancy,
11 hours ago
Social Sciences,
21 hours ago
Biology,
21 hours ago
Math,
8 months ago
Math,
8 months ago