
Itai Chimuchenga
107 PointsWrite the word "Hello" to the console in the code provided below.
Write the word "Hello" to the console in the code provided below.
1 Answer

calp
10,314 PointsHello, you haven't given much of a description about the problem you're facing but the challenge is fairly simple.
You simply need to add the String "Hello" to the function that has been provided, like so,
System.Console.Write("Hello");