Many programming tutorials start with a hello world program.
I have decided to start with single-line comments and multi-line comments, though.
Today we will learn three options to print "Hello, World!" on the screen.
This time we will create a string variable and store the value "Hello, World! in it
and then print the value of the variable on the screen as shown on the image below: