• Reads in an integer number that represents the number of rows of a checkerboard pattern Based on the user's choice, th
Posted: Fri Apr 29, 2022 6:45 am
• Reads in an integer number that represents the number of rows of a checkerboard pattern Based on the user's choice, the pattern is printed as shown in the sample output below: • Organize the output to appear as shown in the sample output below Sample Output \\Printing Pattern Input number of rows: 6 ###### ############### The checkerboard pattern is: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21