+ 2

Can you tell me, what's wrong with the code?

https://code.sololearn.com/ct8cDPC78GKf/?ref=app

30th Dec 2021, 8:56 AM
Sad_Dev
Sad_Dev - avatar
2 ответов
+ 1
// вот что нужно в main int x = Convert.ToInt32(Console.ReadLine()); Console.Write("x = {0}", x); int y = Convert.ToInt32(Console.ReadLine()); Console.Write("\ny = {0}",y); int sum = x+y; Console.WriteLine("\nResult: {0}", sum);
30th Dec 2021, 9:11 AM
JaScript
JaScript - avatar