Is this correct code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is this correct code

using System; public class Program { public static void Main(string[] args) { Console.Writeline ("My first C# Code Coach!"); } }

29th Dec 2022, 6:15 PM
David Yakovich
David Yakovich - avatar
1 Answer
+ 6
Do check in c# code playground.. WriteLine( ) ; 👈 use capital L, not the small l
29th Dec 2022, 6:33 PM
Jayakrishna 🇮🇳