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.
Producing Numeric Output
You already know how to display some text. In this section, you will learn how to display a number.
Task
You will write a program that displays the number 37 (see Figure 3-1).