public static void Main()
Console.WriteLine("Type a number: ");
double n1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Type a number: ");
double n2 = Convert.ToInt32(Console.ReadLine());
if(n1 == 30 || n2 == 30 || sum == 30){
Console.WriteLine("TRUE!");
Console.WriteLine("FALSE!");}