Whats the difference between Console.WriteLine and Console.Writeline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Whats the difference between Console.WriteLine and Console.Writeline?

Am confused much, it seems like programming is very case sensitive...cause am a begginer and I like to tweak things up to see why they work or not but for the above question the difference was the L vs l in WriteLine and Writeline respectively. Why the earlier is true and the later is false...according to c# ... Help please 😥

11th Aug 2019, 12:25 AM
DataStream Cowboy
DataStream Cowboy - avatar
1 Answer
+ 2
Console.WriteLine is syntactically correct. Console.Writeline is a syntax error. Thanks that's what I needed to know....
11th Aug 2019, 12:53 AM
DataStream Cowboy
DataStream Cowboy - avatar