Using the Console
Conclusion
In this tutorial you learned
- What a Console is and what they are for
- Further use of Console.WriteLine
- How to write output using Console.Write
- How to read input from the user using Console.Read and Console.ReadLine
In this tutorial you have learned what a Console is and how it is used. You have also learned of the different Read operations made available to you, and how you can use these to read input from the user.
In the next tutorial, "Variables and Standard Types" you will learn
- What is a variable?
- What is a type?
- Declaring a variable of a certain type
- What are the standard (primitive and aliases) types
- How to use specific types.
Page 12 of 12