Console.WriteLine("Welcome to The Choice.")
Console.WriteLine("Please select a side. Light or Dark?")
strAnswer = Console.ReadLine()
If strAnswer = "Light" Then
Console.WriteLine("The Light will show you the way and lead you to success.")
Console.WriteLine("The Light can be very hard to master but if tought correctly it can be very powerful.")
ElseIf strAnswer = "light" Then
Console.WriteLine("The Light will show you the way and lead you to success.")
Console.WriteLine("The Light can be very hard to master but if tought correctly it can be very powerful.")
ElseIf strAnswer = "Dark" Then
Console.WriteLine("The Dark will make you stonger than ever before.")
Console.WriteLine("The Dark will reveal your strength and your oppnents weakness.")
Console.WriteLine("The Dark will make you stonger than ever before.")
Console.WriteLine("The Dark will reveal your strength and your oppnents weakness.")