0
How to code C# is cool
How to write code to get output as "C# is cool"
3 Answers
+ 2
Probably, there is already hints given to you on how to write "C# is cool". You just need to follow that instruction đ and your code is solved.
+ 1
What is your try there?
pls try yourself first and post your your try..
https://www.sololearn.com/discuss/333866/?ref=app
0
Console.WriteLine("C# is cool");
System.out.println("Java is ok");
print("Python is dope")
Etc...