- 1
Pls i really want to have a clear understanding on what console.writeline does,could anyone help?
3 Réponses
+ 4
It writes text to the console on the next line in the output stream.
Equivalent to:
Console.Write("\n"+ text);
@Limitless You forgot a semi-colon, line 17! 😝
+ 2
Maybe this Might help a little bit.
But it basically gives an output to your Console (The Black Box)
https://code.sololearn.com/c6u5d11H0Ml3/?ref=app
0
Again! xD
[Fixed]