I couldn't understand part of x={0}. Where did {0} Come frome? Output is the same. What is the function of {0} ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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);

27th Feb 2021, 8:58 AM
Tugce
1 Answer
0
So it's about ranking. Thank you so much
27th Feb 2021, 7:02 PM
Tugce