The area of a square is stored in a double variable named area. Write an expression whose value is length of the diagonal of the square.

.
.
Click on the title for the solution
.
.

This is the answer:

:



sqrt(sqrt(area)*sqrt(area)+sqrt(area)*sqrt(area))

Comments