December 2017
Beginner
366 pages
5h 36m
English
© Radek Vystavěl 2017
Radek Vystavěl, C# Programming for Absolute Beginners, https://doi.org/10.1007/978-1-4842-3318-4_3
Radek Vystavěl1
(1)Ondřjov, Czech Republic
You already know all the main steps that you should take when developing a program in the C# language. In addition, you have already seen the important statement Console.WriteLine, which displays data on your user’s screen. In this chapter, you will extend your knowledge of this statement. I will also show you other possibilities for the output.
You already know how to display some text. In this section, you will learn how to display a number.
You will write a program that displays the number 37 (see Figure 3-1).
Read now
Unlock full access