
Hermes Crespo
980 PointsI believe I have entered the correct answer but the site keeps saying that my answer is incorrect
Hi.
I believe I have entered the correct answer but the site keeps saying that my answer is incorrect
I did enter the string in double quotes.
class Program
{
static void Main()
{
System.Console.Write("Enter workout in minutes");
}
}
2 Answers

John Lindsey
15,628 PointsIs this for the "Say Hello" challenge that is linked to the question? For that challenge, all the problem wants you to do is add the string "Hello" in the System.Console.Write() method.
System.Console.Write("Hello");

Hermes Crespo
980 PointsThat is what I just said. I entered the correct answer which is just to put “Hello” in the parenthesis! But the site keeps telling me that my answer is wrong and DOES NOT let me move forward.

John Lindsey
15,628 PointsSorry. Your code snippet above made me wonder if you were working on a different challenge. The code snippet I provided above passes the challenge for me. Sometimes if a challenge isn't acting correctly, it will work if I refresh the challenge.
Hermes Crespo
980 PointsHermes Crespo
980 PointsThanks a million !! :)