int ad[ ] = {25,5,45,4,92,2,29,9} ;
int ap = ( ad[0] + ad[7] ) / ad[5] ;
System.out.print(“Result = “ + ap) ;
Answers
Answered by
0
error because in the second line brackets aren't closing
Similar questions