0
When we are assigning integer as 89 then why Console.WriteLine =89???
2 Réponses
+ 1
Console. WriteLine is a function which is used to print the output in C#, so we cant assign value to that, but we can insert a variable in that... So that it can show the assigned value..
0
console.writeline use for displaying on screen,we can't assign value in that statement