Answer :
Final answer:
To create a flowchart for a college admissions office allowing user input for high school GPA and admission test score, follow these steps.
Explanation:
To draw a flowchart for a college admissions office allowing users to input the student's high school GPA and admission test score, you can follow these steps:
- Start the flowchart with the 'Start' symbol.
- Add a decision diamond shape to check if the GPA is above the required minimum.
- If the GPA is above the minimum, move to another decision diamond shape to check if the admission test score is above the required minimum.
- If both the GPA and admission test score are above the minimum, connect to the 'Accepted' symbol.
- If either the GPA or admission test score is below the minimum, connect to the 'Rejected' symbol.
- End the flowchart with the 'End' symbol.
This flowchart allows the admissions office to evaluate the GPA and admission test score of the student and process their application accordingly.
Learn more about Flowchart here:
https://brainly.com/question/31697061
#SPJ11