Syvum Home Page

Home > Quiz Games > Java Programming >

Java Programming : Flash Cards I


Learn Java programming through these flash cards.

Formats Info Page Worksheet / Test Paper Quiz Review
Flash Cards



What is the output of the following code:
int m = 100;
while(true)
{
if(m < 10)
break;
m = m - 10;
}
System.out.println("m is " +m);
 



Print Flashcards
Create Your Own Flash Cards


Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright