Ask Question
3 March, 08:49

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. 3 March, 09:55
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers