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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
- 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 Respostas
+ 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