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.
2 ответов
+ 5
I reccomend not putting " ; " in a string.
try " \; "
+ 1
is not it "WriteLine"?