Question: IN C++ Problem 2: Write a program to search the array for the students' final scores based on their student ID. After finding the student's

IN C++
Problem 2: Write a program to search the array for the students' final scores based on their student ID. After finding the student's score, you need to output if the score is above 60, then print Pass or Fail. Also, in you program, you have to deal with the situation that you may not find the studentID int studentID [8]1500, 1501, 1505, 1406, 1408, 1309, 1520, 1525}; float studentScores [81-55.5, 81.0, 47.5, 92.0, 37.5, 85.0, 83.5, 98.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
