Question: Write C program Question 5: The BONUS! Make sure you understand the pattern and match the cases. This is a bonus question. Think about printing
Write C program

Question 5: The BONUS! Make sure you understand the pattern and match the cases. This is a bonus question. Think about printing a boundary (it looks like a rhombus). You need to write a C program that will take a number (size) as input from the user and print a pattern exactly like the below example. Remember, your code SHOULD work for both EVEN and ODD numbers as input. IF we take 4 as an input from the user, the output will be: 4444444 4 3 3 3 3 34 43 22 234. 432 1234 4 3 2 2 2 34 4 3 3 3 3 34 4444444
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
