Python Please Use Elif Solve Problem 7 People Write Program Ask User Enter Yearly Income P Q43907271
******PYTHON*******
Please use IF..ELIF to solve this problem:
There are 7 people. Write a program to ask the user to enter theyearly income of each person. As the user enters an income, countand display the number of people who belong to each of thefollowing groups
1)Those who made less than or equal to 30000
2) Those who made above 30000 and less than or equal to50000
3) Those who made above 50000 and less than or equal to75000
4) Those who made above 75000
Also, display count and display the total(Combined) earning madeby all people.
Expert Answer
Answer to ******PYTHON******* Please use IF..ELIF to solve this problem: There are 7 people. Write a program to ask the user to en…
OR