3. Those Greater Than X by CodeChum Admin Create a function named sumGreater Than that accepts a float array, its size, and another float value x, then returns the sum of all the values in that array greater than x. In the main, ask the user to input the size of the array, its values, and the value of x then pass these values to the function call of sumGreater Than. Print the returned value on the next line without assigning it to a variable. Sample Output 1 Enter array size: 3 Enter array values: 4.21 3.12 3.21 Enter x value: 1.15 Sum of values greater than 1.15: 10.54

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.4: Passing Addresses
Problem 1E
icon
Related questions
Question

Requirements:
Should use function sumGreaterThan.
Java Programming.

3. Those Greater Than X
by CodeChum Admin
Create a function named sumGreater Than that accepts a
float array, its size, and another float value x, then returns
the sum of all the values in that array greater than x.
In the main, ask the user to input the size of the array, its
values, and the value of x then pass these values to the
function call of sumGreater Than.
Print the returned value on the next line without assigning it
to a variable.
Sample Output 1
Enter array size: 3
Enter array values: 4.21 3.12 3.21
Enter x value: 1.15
Sum of values greater than 1.15: 10.54
Transcribed Image Text:3. Those Greater Than X by CodeChum Admin Create a function named sumGreater Than that accepts a float array, its size, and another float value x, then returns the sum of all the values in that array greater than x. In the main, ask the user to input the size of the array, its values, and the value of x then pass these values to the function call of sumGreater Than. Print the returned value on the next line without assigning it to a variable. Sample Output 1 Enter array size: 3 Enter array values: 4.21 3.12 3.21 Enter x value: 1.15 Sum of values greater than 1.15: 10.54
Sample Output 2
Enter array size: 5
Enter array values: 1 2 3 4 5
Enter x value: 4
Sum of values greater than 4.00: 5.00
Sample Output 3
Enter array size: 5
Enter array values: 1.23 2.56 3.45 4.67 5.78
Enter x value: 2.55
Sum of values greater than 2.55: 16.46
Transcribed Image Text:Sample Output 2 Enter array size: 5 Enter array values: 1 2 3 4 5 Enter x value: 4 Sum of values greater than 4.00: 5.00 Sample Output 3 Enter array size: 5 Enter array values: 1.23 2.56 3.45 4.67 5.78 Enter x value: 2.55 Sum of values greater than 2.55: 16.46
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning