C# 5.2 Help need the code itself | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

C# 5.2 Help need the code itself

11th Mar 2021, 6:59 AM
Александр Втюрин
Александр Втюрин - avatar
2 Answers
+ 3
For the 5.2 User challenge it can be solved by: string name = Console.ReadLine(); int age = Convert.ToInt32(Console.ReadLine()); Console.Write("Name: {0}\nAge: {1}", name, age);
11th Mar 2021, 6:40 PM
Elijah Brown
Elijah Brown - avatar
0
Question Description? Your Attempt? https://www.sololearn.com/discuss/1316935/?ref=app
11th Mar 2021, 7:10 AM
Sharique Khan
Sharique Khan - avatar