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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 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 Réponses
+ 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