Answer:
Answered
Explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))
9.4m questions
12.2m answers