using System;
public class Program
{
public static void Main()
Console.WriteLine("should mom learn how to programm?");
Boolean answer = true;
Console.WriteLine(answer);
}