Write a program using the C++ language and loops (for, while, do-while), if statements, break statements, continue statements, and goto statements.
Make a Guess Game: Create a guess game for two players. Each player will suggest a five-digit number in their turn and determine if it is an Armstrong number or not.
You need to display a scoreboard for both players:
Player 1
Player 2
Score: 5
Score: 15
Each player will score 5 for each correct guess.
The game should continue to give turns to both players until any player decides to quit the game. At the end of each turn, it should ask the players if they want to continue.