Using the Console
Exercise: Using Console.Write
Goal
Use Console.Write(...) to write the text "Hello", " " and "World" as three separate staments.
Hint
You can call Console.Write multiple times.
Page 6 of 12
Use Console.Write(...) to write the text "Hello", " " and "World" as three separate staments.
You can call Console.Write multiple times.