Design a flowchart using Flogorithm, to solve the following problem, then open Code Block IDE, create a new project. Use
Posted: Fri Apr 29, 2022 6:48 am
Design a flowchart using Flogorithm, to solve the following problem, then open Code Block IDE, create a new project. Use this project to create a program that • 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 ######### #######