public static void Main()
int[] shots = new int[19];
Console.WriteLine("Please enter Hole One");
string tempHole2 = Console.ReadLine();
int trueHole2 = Int32.Parse(tempHole2);
Console.WriteLine("Please enter Hole Two");
string tempHole3 = Console.ReadLine();
int trueHole3 = Int32.Parse(tempHole3);
Console.WriteLine("Please enter Hole Three");
string tempHole4 = Console.ReadLine();
int trueHole4 = Int32.Parse(tempHole4);
Console.WriteLine("Please enter Hole Four");
string tempHole5 = Console.ReadLine();
int trueHole5 = Int32.Parse(tempHole5);
Console.WriteLine("Please enter Hole Five");
string tempHole6 = Console.ReadLine();
int trueHole6 = Int32.Parse(tempHole6);
Console.WriteLine("Please enter Hole Six");
string tempHole7 = Console.ReadLine();
int trueHole7 = Int32.Parse(tempHole7);
Console.WriteLine("Please enter Hole Seven");
string tempHole8 = Console.ReadLine();
int trueHole8 = Int32.Parse(tempHole8);
Console.WriteLine("Please enter Hole Eight");
string tempHole9 = Console.ReadLine();
int trueHole9 = Int32.Parse(tempHole9);
Console.WriteLine("Please enter Hole Nine");
string tempHole10 = Console.ReadLine();
int trueHole10 = Int32.Parse(tempHole10);
Console.WriteLine("Please enter Hole Ten");
string tempHole11 = Console.ReadLine();
int trueHole11 = Int32.Parse(tempHole11);
Console.WriteLine("Please enter Hole Eleven");
string tempHole12 = Console.ReadLine();
int trueHole12 = Int32.Parse(tempHole12);
Console.WriteLine("Please enter Hole Twelve");
string tempHole13 = Console.ReadLine();
int trueHole13 = Int32.Parse(tempHole13);
Console.WriteLine("Please enter Hole Thirteen");
string tempHole14 = Console.ReadLine();
int trueHole14 = Int32.Parse(tempHole14);
Console.WriteLine("Please enter Hole Fourteen");
string tempHole15 = Console.ReadLine();
int trueHole15 = Int32.Parse(tempHole15);
Console.WriteLine("Please enter Hole Fifteen");
string tempHole16 = Console.ReadLine();
int trueHole16 = Int32.Parse(tempHole16);
Console.WriteLine("Please enter Hole Sixteen");
string tempHole17 = Console.ReadLine();
int trueHole17 = Int32.Parse(tempHole17);
Console.WriteLine("Please enter Hole Seventeen");
string tempHole18 = Console.ReadLine();
int trueHole18 = Int32.Parse(tempHole18);
Console.WriteLine("Please enter Hole Eighteen");
string tempHole19 = Console.ReadLine();
int trueHole19 = Int32.Parse(tempHole19);
for(int x = 0; x < 19; x++){
Console.WriteLine("Hole " +x+": " +shots[x]);