Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JES Can you give me jsut what I have to type on JES? Imagine that you have a list of the genders (as single characters)
JES
Can you give me jsut what I have to type on JES?
Imagine that you have a list of the genders (as single characters) of all the students in your class, in order of their last name. The list will look something like "MFFMMMFFMFMMFFFM" where M is male and F is female. Write a function (below) percentageGenders(string) to accept a string that represents the genders. You are to count all of the M's and F's in the string and print out the ratio (as a decimal) of the each gender. For example, if the input string were "MFFF, " then the function should print something like, "There are 0.25 males,0.75 femalesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started