Flowcharts and Pseudocode CollegeAdmission.py output "Reject" endif 2 Program Name: CollegeAdmission.py 3 Function: This program determines if a student will be admitted or rejected. 4 Input: Interactive endif endif 5 Output: Accept or Reject 6 stop 7| 8 9 # Get input and convert to correct data type for testScore and classRank Instructions 10 11 # Test using admission requirements and print Accept or Reject 1. Study the pseudocode in picture above. 12 if testScore >= 90: 13 14 15 if classRank >= 25: print("Accept") 2. Write the interactive input statements to retrieve: o A student's test score ( testScoreString ) else:

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Need help, not understanding what it asking please see the picture, if you can explain in a different way that would be amazing 

Flowcharts and Pseudocode
CollegeAdmission.py
1
II II I|
output "Reject"
2 Program Name: CollegeAdmission.py
3 Function: This program determines if a student will be admitted or rejected.
4 Input:
endif
endif
Interactive
endif
5 Output: Accept or Reject
stop
8
9 # Get input and convert to correct data type for testScore and classRank
Instructions
10
11 # Test using admission requirements and print Accept or Reject
1. Study the pseudocode in picture above.
12 if testScore >= 90:
if classRank >= 25:
print("Accept")
13
2. Write the interactive input statements to retrieve:
14
o A student's test score ( testScoreString )
15
else:
16
print("Reject")
o A student's class rank ( classRankString)
17 else:
|18
19
3. Write the statements to convert the string representation of
if testScore >= 80:
if classRank >= 50:
a student's test score and class rank to the integer data type
20
print("Accept")
( testScore and classRank , respectively).
21
else:
22
print("Reject")
4. The rest of the program is written for you.
23
else:
5. Execute the program by clicking the Run button at the
24
if testScore >= 70:
25
if classRank >= 75:
bottom and entering 87 for the test score and 60 for the
26
print("Accept")
class rank.
27
else:
28
print("Reject")
6. Run the program again by entering 60 for the test score and
29
else:
87 for the class rank.
30
print("Reject")
31
Grading
When you have completed your program, click the Submit
Transcribed Image Text:Flowcharts and Pseudocode CollegeAdmission.py 1 II II I| output "Reject" 2 Program Name: CollegeAdmission.py 3 Function: This program determines if a student will be admitted or rejected. 4 Input: endif endif Interactive endif 5 Output: Accept or Reject stop 8 9 # Get input and convert to correct data type for testScore and classRank Instructions 10 11 # Test using admission requirements and print Accept or Reject 1. Study the pseudocode in picture above. 12 if testScore >= 90: if classRank >= 25: print("Accept") 13 2. Write the interactive input statements to retrieve: 14 o A student's test score ( testScoreString ) 15 else: 16 print("Reject") o A student's class rank ( classRankString) 17 else: |18 19 3. Write the statements to convert the string representation of if testScore >= 80: if classRank >= 50: a student's test score and class rank to the integer data type 20 print("Accept") ( testScore and classRank , respectively). 21 else: 22 print("Reject") 4. The rest of the program is written for you. 23 else: 5. Execute the program by clicking the Run button at the 24 if testScore >= 70: 25 if classRank >= 75: bottom and entering 87 for the test score and 60 for the 26 print("Accept") class rank. 27 else: 28 print("Reject") 6. Run the program again by entering 60 for the test score and 29 else: 87 for the class rank. 30 print("Reject") 31 Grading When you have completed your program, click the Submit
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY