// Pantea Aria // nested loops // 1. Write a C program that prints a 30×40 square of stars. // 2. The program asks the user for the number of rows and columns, // then prints row x column rectangle of stars. #include int main(void) { return 0; }