- 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"); } } }
6 Antworten
+ 3
it's Line => L is uppercase
Console.WriteLine()
+ 2
kk tq u for that
+ 1
sing System;
namespace MyApp
{
class Program
{
static void Main(string[] args)
{
//output "C# is cool"
Console.Write("C# is cool");
}
}
}
+ 1
sing System;
namespace MyApp
{
class Program
{
static void Main(string[] args)
{
//output "C# is cool"
Console.Write("C# is cool");
}
}
}
0
0
:) nice nothing is working and I just struggle and I think I should kill myself cuz of this lecotion