(Solved):
In C++online compiler
Create a \( \mathrm{C}++ \) program that display t ...
In C++online compiler
Create a \( \mathrm{C}++ \) program that display the live standings of all 8 groups of 2022 World Cup. Table 1 is the latest standings updates as of 30 November 2022. Table 1: 2022 World Cup Group Standings
GiROUP I) MP W-D.I. CHF rid (AD PTE GROUPE MP W-D-I GF GA CD PTS GROUPF MP W-D-L GE GA GD PTS GROUPG MP W.D-1. GF CA GD PTS
Use appropriate choice of variable names or data structure to store the information of the GF/GA/GD/PTS for each team. Then, use appropriate choice of sequential, selection and repetition control structure to determine the group. You are required to choose any date from \( 1-18 \) December 2022 as your example. Use appropriate output formatting for best display of output.