Question: Integer input _ count is read from input, representing the number of data samples to be read from input. List readings _ list contains the

Integer input_count is read from input, representing the number of data samples to be read from input. List readings_list contains the data samples read from the remaining input. For each element in readings_list:
If the element is greater than 75, output 'Sample ' followed by the element's index in the list and ' needs attention'.
Otherwise, output 'Sample ' followed by the element's index in the list and ' is ok'.
Click here for example
Ex: If the input is:
4
75
90
35
55
then the output is:
Sample 0 is ok
Sample 1 needs attention
Sample 2 is ok
Sample 3 is ok

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!