Untitled
Anonymous
plain_text
11/07/2023 10:50 AM
216 B
19
Indexable
{
for (int i=1; i<=3; i++) {
for (int j=1; j<=5; j++);
Console.Write(j+"");
Console.WriteLine();
}Editor is loading...