Using the Console
Introduction
Overview
We're going to build on what we have learnt so far by learning how to read user input, and writing messages to the output.
In this tutorial you will learn
- How to write output to the Console using WriteLine and Write
- How to read input from the Console using ReadLine
In the previous tutorial Hello World, you learned
- The basic structure of a C# program
- How to use using directives to import classes into your code
- What an application entry point is
Previous Tutorials in this Course
Page 1 of 12