这是我的代码:
static void Main(string[] args)
{
Console.Write("How many tests would you like to do? 1 to 10: ");
int tests = Convert.ToInt32(Console.ReadLine());
Console.WriteLine();
}
有人可以帮我解决我的代码吗?我不知道我在做什么
SMILET
相关分类