I found a bug in the course | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I found a bug in the course

I wrote 3 times already to the staff and got redirected here, so I am attaching 2 links to screenshots of the bug itself. Please help as I can't complete the course due to the bug ! 1. https://postimg.cc/ZWdXVk4d 2. https://postimg.cc/HVJNkGJh

6th Jan 2022, 1:18 PM
Martin Chakarov
6 Antworten
+ 5
In your code, you have a `double` variable named <radius>, but you read its value by using Convert.ToInt32(), a method which was meant for converting string to 32-bit integer. Try to use Convert.ToDouble() instead.
6th Jan 2022, 1:32 PM
Ipang
+ 2
Ipang, I think Ayan is trying to say give hints instead of a direct answer. (Not my personal comment, I think you did it fine)
6th Jan 2022, 10:12 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
its no but rewrite that to accept parameter
6th Jan 2022, 1:30 PM
Ayan Poddar
Ayan Poddar - avatar
+ 1
Thank you guys, I didn't thought it through, you helped a lot !
6th Jan 2022, 1:37 PM
Martin Chakarov
+ 1
What do you mean show the path Ayan Poddar?
6th Jan 2022, 1:40 PM
Ipang
0
Ipang sololearn create those test to test their knowledge i think instead of giving actualy ans may be you show the path
6th Jan 2022, 1:37 PM
Ayan Poddar
Ayan Poddar - avatar