C++

Since ReadLine reads input from the keyboard as text we must then convert it to integer: int y = Convert.ToInt32(x); Or just: int y = Convert.ToInt32(Console.ReadLine()); We could also use Convert.ToDouble for decimals. Click in the margin- it must be to the very left. The red . break-point. appears. It stops here. ................
................