Question: Can someone help me with this code?. In the second image is what I have done so far far it's wrong. 1.9 Exercise 3-2 Quartiles
1.9 Exercise 3-2 Quartiles Write a prograrm to read in a list of integers, and print out the first quartile (lowest 1/4 of the values), then the second quartle (the next 1/4 of the values), then the third quartile, and finally the fourth quartile. For example, if the input is 1436 2875 the output should be First quartile: Second quartile: Third quartile: Fourth quartile: You should use integer division to computer the quarter boundaries, thus, the input 3452 should produce this output First quartile: Second quartile: Third quartile: Pourth quartile: I've provided the code to read the input into a vectorcint> You need to supply the rest
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
