Write a program in python that requests a user to enter


In one exam, 56% of students who participate received higher than 90 points, 24% received higher than 80 points, and the rest of students received higher than 70 points.

Write a program in Python that requests a user to enter: percentage of students who received higher than 90 points, percentage of students who received higher than 80 points, percentage of students who received higher than 70 points.

Your program should also requests number of students of the first category, i.e. students who received higher than 90 points in the exam.

Your program should output the total number of students participated in the exam and the number of students of other categories, like 80 points and above and 70 points and above. Name your on file as Python3.py.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Write a program in python that requests a user to enter
Reference No:- TGS02878127

Expected delivery within 24 Hours