Module: (C++) Subroutines: procedures and functions - 1


Problem

5/12

Two options

Problem

Write a procedure that takes two parameters – a natural number N, and a string S – and displays the string S by repeating it N times.
 

 

Examples
# Input Output
1 3
ok
okokok