0
Why do I getting this error
5 Respuestas
0
FF9900 " Console doesn't contain a deflation for ToDouble " it gives this error when I run the code
0
Console class has ReadLine, WriteLine methods for console related operations.
Convert class has methods to convert from string to primitive types toInt, toDouble, ... That's what @FF9900 telling..
0
double radius = Convert.ToDouble(Console.ReadLine()) ;