14
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
int nilai= 1;
8
while (nilai < 6) {
9
Console.WriteLine(nilai);
10
nilai = nilai + 1;
11
12
}
13
}
14
}
Cached Result
Введіть заробітну платню х=
>