0
Console.ReadLine()
what is the Correct code instead of the code given below: string y; string x; Console.WriteLine; Console.Readline; y= Console.Readline x=12 x=x+y Console.WriteLine(x)
4 ответов
+ 3
int x;
int y;
Console.WriteLine ("enter the no:");
y=Convert.ToInt32 (Console.ReadLine ());
x=12;
x=x+y;
Console.WriteLine (x);
got it??
+ 6
int x;
int y;
Console.WriteLine ("enter the no:");
y=Convert.ToInt32 (Console.ReadLine ());
x=12;
x=x+y;
Console.WriteLine (x);
// check this
+ 3
why you use x integer has string???
+ 1
it isn't asking me for input