Question: In this lab, you use the pseudocode in figure below to add code to a partially created Python program. When completed, college admissions officers

In this lab, you use the pseudocode in figure below to add

 code to a partially created Python program. When completed, college admissions officers

should be able to use the Python program to determine whether to 

 

In this lab, you use the pseudocode in figure below to add code to a partially created Python program. When completed, college admissions officers should be able to use the Python program to determine whether to accept or reject a student, based on his or her class rank. start input testscore, classRank if testscore >= 90 then if classRank >= 25 then output "Accept" else endif else output "Reject" if testscore >= 80 then- if classRank >= 50 then output "Accept" else endif else endif output "Reject" if testscore >= 70 then endif if classRank >= 75 then output "Accept" else else endif endif output "Reject" output "Reject" stop Instructions

Step by Step Solution

3.48 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Get input and convert to the correct data type for ... View full answer

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!