CC#•Created by Taylor. on 3/4/2023 in #help option 4 and option 5 doesnt work
Yes, all Console.WriteLine does is display the text you supplied it to the console, to read user inputs, you need to use either Console.ReadKey() or Console.ReadLine(), depending on whether you need to read a character or a string input