Display: Activity · Questions (1) · Answers (0) · Favorites (0)
View: Latest Questions · Latest Unanswered · Latest Answers
Latest Answers
A list of recent answers posted in your topics or by your friends.
Find the output of - if int A[]={9,8,0,4,5,6,6,8,1,5}.?
Posted 3+ months ago | 1 answers | | Open
Answer posted by john due 3+ months ago: We note that A[0]=9,A[1]=8,A[2]=0,A[3]=4,A[4]=5,A[5]=6,A[6]=6,A[7]=8,A[9]=1, and A[10]=5. Since pow(A[1],A[2])=8^0=1, and sqrt(A[3])=2, therefore we have m=max(1,2)=2. Since min(A[1],A[7])=8, we have n=pow(8,4)=4096.
View a list of all the latest questions in all topics.