Question: urgent and please read the question carefully Write a python program to compute the scholarship to distribute to the top 3 winners in an art
Write a python program to compute the scholarship to distribute to the top 3 winners in an art exhibit. The program prompts the user to input the number of contributors and the donation granted by each contributor (Assume that all donations are equal). The total of the collected donations is distributed as prizes to the first 3 winners as follows: - First prize gets 50%. - Second prize gets 30%. - Third prize gets 20%. The program displays the total amount of the contributions to distribute and the prizes to grant to each of the 3 winners. Sample run: How many contributors are participating: 5 What are the contribution feesifor each contributor: 2000 Total contributions: $10000.0 First prize: $5000.0 Second prize: $3000.0 Third prize: $2000.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
