public static void Main()
Console.WriteLine("Tell me how much money do you have (100-1,000) and i tell you if you can buy the new iPhone");
G = int.Parse(Console.ReadLine());
Console.WriteLine("OH NO YOU CAN'T");
Console.WriteLine("GREAT, YOU CAN BUY IT");
Console.WriteLine("HEY, I'LL TELL YOU ONLY 100-1,000");