1. State the total size in bytes of the arrays a[5] of char data type
2. Write a statement to declare an integer array of 15 elements
3. If int n[]={4,5,7,2,8,16,9} what are the values of x and y? x=Math.pow(n[0],n[3]); y=Math.sqrt(n[5]+n[6])
4. write the output int a[ 6]={5,7,2,9,6,8}; for(i=1;i<=2;i++) { s=a[i]+a[5-i]; System.out.println(s); }
Answers
Answered by
1
1.23.435267 answer. .....
Similar questions