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 Answer
+ 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 šŸ‡®šŸ‡³