- 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.
2 Respuestas
+ 2
wait, I'm almost done...
- 1
#seamiki