Objectives Related knowledge Problem Practice implementing loop and print functions Write a program that input an intege
Posted: Mon Jun 06, 2022 12:24 pm
Objectives Related knowledge Problem Practice implementing loop and print functions Write a program that input an integer N (not more than 100) as the length of the side of the parallelogram. Print out the corresponding parallelogram according to the pattern in the example. Input: 5 Output: ~~~***** ~~***** ~***** ***** *****