Using the Console

SurveyBuilder Corner

SurveyBuilder will use both the Console.WriteLine and Console.ReadLine methods for asking questions, and reading answers from users.

Console.WriteLine("What programming languages do you know?");

We'll see, as we build our program how these two operations are used to create a conversation with the user.

Page 10 of 12