Hiw can I make a code to resolver de área of a circule with decimal? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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 🇮🇳