Question: language c Question 1 Write a program which will take two non-zero, positive integer numbers from the keyboard. In case of negative or zero entry

Question 1 Write a program which will take two non-zero, positive integer numbers from the keyboard. In case of negative or zero entry program will write a message on screen as "Wrong Entry" and exit. The first entry will be used as row (r) and second entry will be used as column (). Program will print a rectangle shape with capital 'X' character on screen in dimensions of r and c. e.g. If first entry is 3 and second entry is 5, the following output will be displayed, XXXXX XXXXX XXXXX
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
