Answer to Question #19857 in Java | JSP | JSF for nohra

Question #19857
24. What is the output of this code sequence?
for (int i = 0; i < cities.length; i++ )
{
for ( int j = 0; j < cities[i].length; j++ )
{
if ( cities[i][j] .charAt( 0 ) == 'S' )
System.out.println( cities[i][j] );
} }
1
Expert's answer
2012-12-03T09:32:24-0500

The output will be table of city with name starts with letter 'S'.

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