e5
using System;
using System.Collections.Generic;
using System.Linq;
class MainClass {
static void Main() {
int x = 10;
int y = 10;
Console.WriteLine("x = {" + x + "} y = {" + y + "}");
}
}INFO
using System;
using System.Collections.Generic;
using System.Linq;
class MainClass {
static void Main() {
int x = 10;
int y = 10;
Console.WriteLine("x = {" + x + "} y = {" + y + "}");
}
}