Answer to Question #19684 in AJAX | JavaScript | HTML | PHP for nohra

Question #19684
What is the output of this code sequence?
int [ ] a = { 12, 48, 65 };
for ( int i = 0; i < a.length; i++ )
System.out.println( "a[" + i + "] = " + a[i] );
1
Expert's answer
2012-11-28T07:18:57-0500
a[0] = 12
a[1] = 48
a[2] = 65

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS