using System;
public class Program
{
public static void Main()
Console.WriteLine("Em que ano Albert Einstein faleceu?");
Console.WriteLine("A:1961");
Console.WriteLine("B:1953");
Console.WriteLine("C:1965");
Console.WriteLine("D:1958");
Int Resp1 = 1961
Int Resp2 = 1953
Int Resp3 = 1965
Int Resp4 = 1958
If
Else
}