Question: Write a complete C++ program for UTD CS computing club. Three CS 1336 class sections participate in the day long CS hacking competition. Points are
Write a complete C++ program for UTD CS computing club. Three CS 1336 class sections participate in the day long CS hacking competition. Points are awarded to the three teams based on the number of problems solved. The points are awarded as follows:
For solving 11 to 20 problems, the team is awarded 100 points. For sovling 0 to 10 problems, the team is awarded 50points. . Write a program that asks each team to enter the number of problems solved and your program should print the following: 1. The number of problems solved by each team. 2. The number of points gained by each team. 3. The team that gets the highest number of points. (assume no two teams have solved the same number problems).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
