what is the error in this program?? plzz tell me the answer. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

what is the error in this program?? plzz tell me the answer.

using System ; namespace MyApp { class Program { static void Main(string[] args) { //output "C# is cool" Console.Writeline("C# is cool"); } } }

12th Jun 2021, 6:19 AM
Chandini Alla
Chandini Alla - avatar
6 Answers
+ 3
it's Line => L is uppercase Console.WriteLine()
12th Jun 2021, 6:36 AM
TOLUENE
TOLUENE - avatar
+ 2
kk tq u for that
12th Jun 2021, 6:52 AM
Chandini Alla
Chandini Alla - avatar
+ 1
sing System; namespace MyApp { class Program { static void Main(string[] args) { //output "C# is cool" Console.Write("C# is cool"); } } }
10th Dec 2021, 1:27 PM
SNEHA K MOHANAN
+ 1
sing System; namespace MyApp { class Program { static void Main(string[] args) { //output "C# is cool" Console.Write("C# is cool"); } } }
10th Dec 2021, 1:28 PM
SNEHA K MOHANAN
0
10th Dec 2021, 1:28 PM
SNEHA K MOHANAN
0
:) nice nothing is working and I just struggle and I think I should kill myself cuz of this lecotion
21st Jan 2022, 4:36 PM
Jens Leitner
Jens Leitner - avatar