I need so help, i need to find 2 different radius of circle how did i write? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

I need so help, i need to find 2 different radius of circle how did i write?

https://code.sololearn.com/cv4xZXiYJzWo/?ref=app

19th May 2020, 7:06 AM
Kyrene
10 Respostas
+ 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
19th May 2020, 8:08 AM
Nootnoot
Nootnoot - avatar
+ 1
Thanks a lot šŸ˜­
19th May 2020, 8:10 AM
Kyrene
+ 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?
19th May 2020, 8:16 AM
Kyrene
+ 1
Yes, but if you want the number from an input, use: a.Radius = Int32.Parse( Console.ReadLine() );
19th May 2020, 8:19 AM
Nootnoot
Nootnoot - avatar
+ 1
Ok,thank you ā¤
19th May 2020, 8:22 AM
Kyrene
+ 1
goodluck ā”(Ā“vļ½€)ā”Œ
19th May 2020, 8:23 AM
Nootnoot
Nootnoot - avatar
0
One small radius and big radius
19th May 2020, 7:07 AM
Kyrene
0
ā„(ā„ ā„ā€¢ā„Ļ‰ā„ā€¢ā„ ā„)ā„ welcome xD
19th May 2020, 8:11 AM
Nootnoot
Nootnoot - avatar
0
If i need to write computeDiameter can i write in get set?
19th May 2020, 8:13 AM
Kyrene
0
If it is just a simple computation, yes.
19th May 2020, 8:14 AM
Nootnoot
Nootnoot - avatar