A college offer a course that prepare students for cisco exams, last year ten students who completed the course took the exam. The college wants to know how well a student had in the exam. You have being asked to write a program using while loop to summarize the results.
James = 1
Paul = 1
Peter = 2
Sampson = 1
John = 2
Mike = 1
Ann = 1
Hensa = 1
Zak = 1
Boat = 1
a) your program should outline the algorithm using pseudocode.
b)display a summary results of the number of students who passed and who failed.
c) if 8 or more students passed, the program program should display bonus to the instructor or no bonus if otherwise.