Algorithm · Citadel · Easy
Repeat Printer Easy · Topics · Company Tags · Hints Write a program that reads an integer n and a string text from standard input. The program must print text exactly n times. Between every two consecutive copies, output a single blank line (an empty line). Do not output any trailing blank line after the last copy. If n is 0, produce no output at all. The input is provided as two lines. The first line contains the integer n, and the second line contains the string text…
Checking your access…