Ask Question
29 October, 15:56

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. submit

+5
Answers (1)
  1. 29 October, 16:22
    0
    sqrt (pow (length, 2) + pow (width, 2))
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” 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