0

Console.writeline("x={0};y={1}",x,y); when we change the values of from 0 to 1 and 1 to 2 it gives errors.

when we change the values of x=0 to 1 and y=1 to 2, I get an error.

29th Apr 2018, 5:24 AM
Devashish Shukla
2 odpowiedzi
+ 5
I reccomend not putting " ; " in a string. try " \; "
29th Apr 2018, 5:39 AM
Manual
Manual - avatar
+ 1
is not it "WriteLine"?
29th Apr 2018, 5:43 AM
David Escalante
David Escalante - avatar