Console.WriteLine("How many par 3 holes are there?")
shot1 = Console.Readline()
Console.Writeline ("How many par 4 holes are there?")
shot2 = Console.Readline()
Console.Writeline("How many par 5 holes are there?")
shot3 = Console.Readline()
Console.Writeline("What is the difficulty adjustment of the course?")
diff = Console.Readline()
scratch = pro1 + pro2 + pro3 + diff
Console.Writeline ("The Standard Scratch for the course is:")
Console.Writeline(""& scratch)