Using nested while loops (a loop within a loop), display a 5 (height) by 10 (width) rectangle filled with the letter 'Q'.
Example output:
QQQQQQQQQQ
QQQQQQQQQQ
QQQQQQQQQQ
QQQQQQQQQQ
QQQQQQQQQQ
Filled rectangle
- 4
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet