4. Write a program that asks the user to enter two positive integers, the height and length of a parallelogram and prints a parallelogram of that size with stars to the screen. For example, if the...

Write a program that asks the user to enter two positive integers, the height and length of a parallelogram and prints a parallelogram of that size with stars to the screen. For example, if the height were 3 and the length were 6, the following would be printed: ****** ****** ****** or if the height was 4 and the length was 2, the following would be printed: ** ** ** **
4. Write a program that asks the user to enter two positive integers, the height and length of a<br>parallelogram and prints a parallelogram of that size with stars to the screen. For example, if<br>the height were 3 and the length were 6, the following would be printed:<br>******<br>******<br>******<br>or if the height was 4 and the length was 2, the following would be printed:<br>**<br>**<br>**<br>**<br>

Extracted text: 4. Write a program that asks the user to enter two positive integers, the height and length of a parallelogram and prints a parallelogram of that size with stars to the screen. For example, if the height were 3 and the length were 6, the following would be printed: ****** ****** ****** or if the height was 4 and the length was 2, the following would be printed: ** ** ** **

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here