A basketball game has four quarters. Write a program to do the following. Use a for loop to input scores of team A and team B in each of the four quarters. Every time a score is entered, update and display the current total score of that team. After all four quarters, compare the total scores of the two teams and display the outcome of the game ("Team A has won", "Team B has won" or "It is a tie")

Solved
Show answers

Ask an AI advisor a question