0
I did not understand the use of {0} and {1} . I know the way of writing but didn't understood the syntax of displaying a message
Console.WriteLine ("x ={0};y={1};z={2}",x,y,z); will this work?
2 Réponses
+ 3
yes
+ 2
Try it.
Fix it if it does not work.