0
I need so help, i need to find 2 different radius of circle how did i write?
10 Answers
+ 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.