public static void Main()
Console.WriteLine("How many guns do Americans own");
String x = Console.ReadLine();
Console.WriteLine("correct");
Console.WriteLine("incorrect");
Console.WriteLine("what % of gun owners own most of the guns");
Console.WriteLine("correct");
Console.WriteLine("incorrect");
Console.WriteLine("about how many joules of enrgy is in 1 grain of gunpowder");
Console.WriteLine("correct");
Console.WriteLine("incorrect");
Console.WriteLine("can firing your gun in the air be lethel");
Console.WriteLine("correct");
Console.WriteLine("incorrect");
Console.WriteLine("You got " + points + " out of 4");