ICSE Class 10 Computer Applications
Question 16 of 30
Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 21
Back to all questionsThe Java expression for the given mathematical expression can be written as:
double result = Math.abs(a + b) / Math.sqrt(Math.pow(a, 2) + Math.pow(b, 2));