Objectives Related knowledge Problem Practice implementing loop and print functions Write a program that input an intege
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Objectives Related knowledge Problem Practice implementing loop and print functions Write a program that input an intege
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: ~~~***** ~~***** ~***** ***** *****