using System;
public class Program
{
public static void Main()
int x = 0;
while(x<3){
x++;
}
do{
while(x<1);