using System;
public class Program
{
public static void Main()
while(true) {
Console.WriteLine("What's your name");
if(Console.ReadLine() == "Aleksander")
Console.WriteLine("aaa that’s hoterino");
else
Console.WriteLine("aaa that’s not hoterino");
}