more arrays

write a program to search the array for the students final scores based on their student ID. after finding the students score you need to output if the score is above 60, then print pass or fail. also in the program, you have to deal with the situation that you may not find the student ID.

int studentID [8]= {1500, 1501, 1505, 1406, 1408, 1309, 1520, 1525}
float studentScores [8]= {55.5, 81.0, 47.5, 92.0, 37.5, 85.0, 83.5, 98.0}
closed account (48T7M4Gy)
Is there a question here?
yes can you show me how to write that code
closed account (48T7M4Gy)
yes can you show me how to write that code

Cute. Answer = no, this is not a homework site.
Topic archived. No new replies allowed.