Question: Code needs to be in C# program Design a program that asks the user for the number of males and the number of females registered
Code needs to be in C# program
Design a program that asks the user for the number of males and the number of females registered in a class. The program should display:
The total number of students.
The number and the percentage (%) of males in the class.
The number and the percentage (%) of females in the class.
Hint: Suppose there are 8 males and 12 females in a class. There are 20 students in the
class. The percentage of males can be calculated as 8 20 = 0.4, or 40%. The percentage of females can be calculated as 12 20 = 0.6, or 60%.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
