Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Із запропонаваних нижче варіантів оберіть, як правильно зчитати змінну int a:
string s = Console.ReadLine();
int a = Convert.ToInt32(s);
int a = Convert.ToDouble(Console.ReadLine());
int a = Console.ReadLine();
int a = Convert.ToInt32(Console.ReadLine());
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!