0
What is wrong?
int age=Convert.ToInt32(Console.ReadLine()); int height= Convert.ToInt32(Console.ReadLine());
9 Respostas
+ 1
#Jamie l am trying to input 2 values,but sololearn shows me:unhendled expection :(
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn
{
class Program
{
static void Main(string[] args)
{
int age=Convert.ToInt32(Console.ReadLine());
int height= Convert.ToInt32(Console.ReadLine());
}
}
}
+ 1
for example: 5 6
+ 1
any two number
+ 1
Thank you,and please tell me how mark people in comments on sololearn