My question is.
what is it you type when you want your answer next to your question in c#
I mean like this but you type the answer next to the question.
string product; Console.Write("What is the product you want?"); product = Console.ReadLine();