Create Yahtzee in C++. Before you start writing any code, create a game loop diagram on paper, and work through the game loop to make sure it works. You will be doing all of this in text, but you can use the paper score card on the left as a guide. You will need to plan how you will have the user choose which dice to reroll, and then after the maximum number of rerolls, which category to score in. There is no need to have "game one", "game two", etc.