0
I couldn't understand part of x={0}. Where did {0} Come frome? Output is the same. What is the function of {0} ?
static void Main(string[] args) { int x = 10; double y = 20; Console.WriteLine("x = {0}; y = {1}", x, y);
2 odpowiedzi
0
So it's about ranking. Thank you so much