Module: Subroutines: procedures and functions - 1


Problem

4/11

Rectangle: writing a procedure

Problem

Write a procedure that takes a single – natural number N, – and displays a rectangle with a length of N  and a height of 3 characters (use the English letter 'o' as a character).

Example.
Input Imprint
7 ooooooo
oooooo

ooooooo