0
I need so help, i need to find 2 different radius of circle how did i write?
10 Respuestas
+ 1
I think this can do. Also, I recommend the use of properties than get and set methods.
https://code.sololearn.com/cf0shbty0271/?ref=app
+ 1
Thanks a lot 😭
+ 1
Ok , for this one
// Set the radius of each circles
a.Radius = 3.4;
b.Radius = 10.33;
I can randomly put the number that i like?
+ 1
Yes, but if you want the number from an input, use:
a.Radius = Int32.Parse( Console.ReadLine() );
+ 1
Ok,thank you ❤
+ 1
goodluck
┐(´v`)┌
0
One small radius and big radius
0
⁄(⁄ ⁄•⁄ω⁄•⁄ ⁄)⁄
welcome xD
0
If i need to write computeDiameter can i write in get set?
0
If it is just a simple computation, yes.