Question: Problem Description: My local school district requires an application to compare the average a certain test with that of girls. Write an interactive application in
Problem Description: My local school district requires an application to compare the average a certain test with that of girls. Write an interactive application in Python to display a simple menu to the user. Have them pick a choice for boy (b), girl the program. The program should keep looping until the user chooses to quit. This application will use loops and conditions to accomplish the task. score of boys in (8), or quit (q) to quit Inputs Your Python program should accept data input by the user, as indicated in the sample dialog below. Your program should allow an arbitrary number of boy scores and girl scores, terminated when the user inputs a q. Output Your program should output the average boy score and average girl score. Please see the dialog sample below for specifics. Text in red is that which is entered by the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
