Hiw can I make a code to resolver de área of a circule with decimal? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Hiw can I make a code to resolver de área of a circule with decimal?

That is something that I do 😅 https://code.sololearn.com/c0jh0kN9X40X/?ref=app

3rd Sep 2022, 7:25 PM
Loy Wang 🇨🇳
Loy Wang 🇨🇳 - avatar
1 Antwort
+ 1
ReadLine() read input as a string so convert to destination type by : radius = Double.Parse(Console.ReadLine());
3rd Sep 2022, 7:39 PM
Jayakrishna 🇮🇳