#include<stdio.h>#include<math.h>void main(){int i,j, a[6]={15,20,3,8,4},c;for(i=1;i<3;i++){for(j=0;j<2;j++){c=hypot(a[i],a[j]);printf("%d\t",c);}}}
Q IN an orbit if the time of revolution of a satellite is T the PE is proportional to (a)T1/3(b)T3(T-2/3(d)T-4/3
Find the output of the following codeint Integer = 24;char String = 'I';System.out.print(Integer);System.out.print(String);