Computer Science, asked by chandrakalab74759, 10 days ago

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 Anonymous
0

error because in the second line brackets aren't closing

Similar questions