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

Integer num_data is read from input, representing the number of data samples to be read from input. List raw_list contains the data samples read from the remaining input. For each element in raw_list:
If the element is greater than or equal to 75, output the element followed by ' at index ', the element's index in the list, and ' needs attention'.
Otherwise, output the element followed by ' at index ', the element's index in the list, and ' 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 Programming Questions!