Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

****#include <stdio.h>** just C NO C++ Program 1) Arguments to Main Command Line

ID: 3777800 • Letter: #

Question

****#include <stdio.h>** just C

NO C++

Program 1) Arguments to Main Command Line Rectangles Write a command line program that will draw a rectangle of asterisks of any given height and width int main(int argo, char argv) use command line arguments to main Use atoi() library function in stdlib. h to convert the input strings to integers. While coding in the IDE, you can set the command line arguments in the IDE under Project properties//configuration properties//debugging. Develop your program in the IDE, but when you get it working correctly, test the final program at the command line. The program must run at the command line. Start the console window separately, cd to the folder, and run the program by typing the name of the exe followed by the command line argument. Test your program with several values. For example: CA. C Windows Asystem32cmd.exe C: Users John Desktop General CADe bug rect COMMAND LINE USAGE: rect Kualuei Kualue2 CE MUsers John Desktop General C Debug rect 4 12 C: Users John Desktop General C Debug

Explanation / Answer

#include using namespace std; int main() { int low, high, i, flag; cout > low >> high; cout