What is the output of this code sequence? double [ ] a = { 12.3, 99.6, 48.2, 65.8 };
double temp = a[0];
for ( int i = 1; i < a.length; i++ )
{
if ( a[i] > temp )
temp = a[i];
}
System.out.println( temp );
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments