Ask Question
9 August, 09:04

C + + the length of a rectangle is stored in a double variable named length, the width in one named width. write an expression whose value is the length of the diagonal of the rectangle.

+2
Answers (1)
  1. 9 August, 13:01
    0
    Sqrt (pow (width, 2) + pow (length, 2)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “C + + the length of a rectangle is stored in a double variable named length, the width in one named width. write an expression whose value ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers