answersLogoWhite

0

int n, i;

for(n = 1; n <= 5; ++n) {

for(i = 1; i <= n; ++i) { printf("%d", n);

}

}

User Avatar

Wiki User

11y ago

What else can I help you with?