MCQ Practice
Single Best Answer
Topic: ICSE Computer Application - Class X - Selection Examination - 2024-25 - MCQ - CALCUTTA PUBLIC SCHOOL
Q
If int arr[] = {3, 5, 2, 7, 9, 4, 6, 3};, what are the values of a and b?
a = Math.pow(arr[4], arr[2]);
b = Math.sqrt(arr[6] + arr[0]);
Subchapter
ICSE Computer Application - Class X - Selection Examination - 2024-25 - MCQ - CALCUTTA PUBLIC SCHOOL
Action
Choose one option below