Ask Question
9 September, 17:34

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.

+1
Answers (1)
  1. 9 September, 17:41
    0
    Sqrt (pow (width, 2) + pow (length, 2)
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers