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