C- Pattern Codes

Embed Size (px)

Citation preview

Number problems in C# Write C program to print the following pattern:

1 22 333 4444 55555

Program: view source print? 01 02 03 04 05 06 07 08 09 10 11 12 13 } for (j = 1; j