Question: Write and test a program that asks the user for the number of males and females registered in class and display the percentages of males
Write and test a program that asks the user for the number of males and females registered in class and display the percentages of males & females in the class. Use input() to accept user input. Be sure to convert your input (male and female) to an integer number before calculations. Also, convert the total to a floating point number before calculations. Name this program percentGender.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
