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
1 ответ
+ 1
ReadLine() read input as a string so convert to destination type by :
radius = Double.Parse(Console.ReadLine());