Exercise: In C++, how do you compute the side length of a square whose area is stored in the variable area? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Exercise: In C++, how do you compute the side length of a square whose area is stored in the variable area?

Variables: int length, area; The formula of square area length Don't forget to use the <cmath stream.

7th Feb 2017, 5:54 PM
Zeyad Sharo
Zeyad Sharo - avatar
2 Answers
+ 2
wait, I'm almost done...
7th Feb 2017, 5:58 PM
seamiki
seamiki - avatar
- 1
#seamiki
7th Feb 2017, 6:24 PM
Zeyad Sharo
Zeyad Sharo - avatar