C# lesson 5.2 Practice / I'm very new and the information provided dose not seem to help me figure out this problem. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

C# lesson 5.2 Practice / I'm very new and the information provided dose not seem to help me figure out this problem.

Please refer too C# learning 5.2

27th Sep 2021, 10:51 AM
svx_n_svxn
4 Réponses
+ 1
svx_n_svxn i don't think it even threw you off, the very first part of the 5.1 lesson showed the exact same code that you need to do in lesson 5.2, although you will eventually grasp things
27th Sep 2021, 11:27 AM
Rellot's screwdriver
Rellot's screwdriver - avatar
0
Console.ReadLine() is assigned to take only string input. so if you want the user to type the integer, then you need to convert it first or you can use Read() instead. so what's really the problem? and sololearn deleted the option of sharing the lesson, so i can see why you told us to refer to that lesson ourselves
27th Sep 2021, 11:12 AM
Rellot's screwdriver
Rellot's screwdriver - avatar
0
It was as simple as adding Console.ReadLine(); all it wanted was input but the way the lesson was written threw me off and had me over thinking haha thankyou!
27th Sep 2021, 11:21 AM
svx_n_svxn
0
I'm new and bad at math so this is alot of slowly connecting dots haha
27th Sep 2021, 11:21 AM
svx_n_svxn