0
Remember to enclose the text into double quotes and end the statement with a semicolon (;).
This is practice C#, having a hard time with the double quotes care to give some advice?
10 Answers
+ 6
Check it out for reference. 
All you need to replace Hello World to something 
https://www.sololearn.com/learn/Csharp/2584/
+ 5
C should be uppercase in both C# and Console, W in Write. Also, there is an extra quote (") at the end.
Console.Write("C# is cool");
+ 5
They used double quotes to denote it's a variable or get focus on that. 
You're sure it isn't working?
For me,  it works fine 
Just copy and paste 
Console.Write("C# is cool");
+ 1
So the output I believe im good with its the input that iâm having trouble with.
+ 1
using System;
namespace MyApp
{
    class Program
    {
        static void Main(string[] args)
        {
        console.write("c# is cool"");
            //output "C# is cool"
            
        }
    }
}
+ 1
Still saying itâs not correct and i had to include the double quotes it mentioned that in the hint
+ 1
C will be gone soon don't worry
+ 1
Whatâs replacing C?
+ 1
pictures, drag and drop, in a few years we will describe what we want and itll program itself. <3 it will be cool



