Question: Write program using C++ code Create a program called checker that will let the user pick the size and symbols for a checkerboard Requirements .
Create a program called checker that will let the user pick the size and symbols for a checkerboard Requirements . The board size is nXn . The size, n, must be greater than 1, so force the user to give you a valid integer The user chooses two characters for the two different types of spaces on the board . You can assume the user will give the correct types of input, but not good values (e g. for the size n) After the user give a valid size and two symbols, print a checkerboard After the checkerboard is printed, The chooses when to quit Sample run Enter a size: 0 Enter a size: -1 Enter a size: 5 Enter symbol 1: a Enter symbol 2: b ababa babab ababa babab ababa Do you wish to quit (y/Y): y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
