What is RT in { x square } = RT upon 3 π Nan
Answers
Answered by
1
function calcHypotenuse(a, b) {
return (Math.sqrt((a * a) + (b * b)));
}
console.log(calcHypotenuse(3, 4));
// expected output: 5
console.log(calcHypotenuse(5, 12));
// expected output: 13
console.log(calcHypotenuse(0, 0));
// expected output: 0
Answered by
2
Answer:
Hope it helps you mate :)
Attachments:
Similar questions
Math,
1 month ago
Hindi,
1 month ago
Environmental Sciences,
2 months ago
English,
10 months ago
Math,
10 months ago