Can this by done using Code C and must include clear comments as well please?! The exercise is about keeping track of the points for a 6 team sports league during a season, perhaps a “5-a-side” football league, in which the goals scored by each team should be recorded. Take some time before diving into the programming. First, assess what the program is required to do and how you will go about producing it. Develop and test your program step by step. Your completed program should: 1. Prompt the user and read in the number of a team playing the current game, i.e. Team 1, Team 2, Team 3, etc. 2. Prompt the user and read in the number of the opponent team. It is probably helpful to think of the first team as the home team for this game, and the second team as the away team. 3. Prompt the user and read in a team’s score for the current game. Use the team’s number when asking for the score in your printf statement. 4. Prompt the user and read in the opponent’s score for that game. Again, use the opponent’s team number when asking for the score. 5. Notify the user and repeat steps 3 and 4 in the case that the user enters a negative value. 6. Calculate the points earned by each team and add it to a cumulative score. A win is worth 3 points, a draw is worth 1 point and a loss is zero points. Also update the amount of games played by each team and their goals for and against. 7. Print to the screen the following header and beneath it a line of data that corresponds to the header for each team. Make sure the columns are correctly aligned. Team Played Goals for Goals against Points There is no requirement for your program to sort the teams by order of points. The teams can simply be listed from Team 1 to Team 6. 8. Terminate the program by asking the user if they wish to do so. Otherwise repeat all of the above from step 1.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 19PE
icon
Related questions
Question

Can this by done using Code C and must include clear comments as well please?!

The exercise is about keeping track of the points for a 6 team sports league during a season, perhaps a “5-a-side” football league, in which the goals scored by each team should be recorded. Take some time before diving into the
programming. First, assess what the program is required to do and how you will go about producing it. Develop and test your program step by step.

Your completed program should:
1. Prompt the user and read in the number of a team playing the current game, i.e. Team 1,
Team 2, Team 3, etc.
2. Prompt the user and read in the number of the opponent team. It is probably helpful to think
of the first team as the home team for this game, and the second team as the away team.
3. Prompt the user and read in a team’s score for the current game. Use the team’s number
when asking for the score in your printf statement.
4. Prompt the user and read in the opponent’s score for that game. Again, use the opponent’s
team number when asking for the score.
5. Notify the user and repeat steps 3 and 4 in the case that the user enters a negative value.
6. Calculate the points earned by each team and add it to a cumulative score. A win is worth 3
points, a draw is worth 1 point and a loss is zero points. Also update the amount of games
played by each team and their goals for and against.
7. Print to the screen the following header and beneath it a line of data that corresponds to the
header for each team. Make sure the columns are correctly aligned.
Team Played Goals for Goals against Points
There is no requirement for your program to sort the teams by order of points. The teams can
simply be listed from Team 1 to Team 6.
8. Terminate the program by asking the user if they wish to do so. Otherwise repeat all of the
above from step 1.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,