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



Show the output of the following code:
int a, b;
a = 5;
b = 10;
if(a > 5)
if(b > 5)
{
System.out.println("b is " +b);
}
else
System.out.println("a is " +a);
 



Print Flashcards
Create Your Own Flash Cards


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