LightsOutExplorations

From ggc

Jump to: navigation, search

01 /**
02  * All about my application here.
03  @author Jam Jenkins
04  */
05 public class LightsOutExplorations
06 {
07   public static void main(String[] args)
08   {
09     boolean name;
10     name=false;
11     boolean other;
12     other=false;
13     if(!name || other)
14       System.out.println("Result is true");
15     else
16       System.out.println("Result is false");
17   }
18 }


Download/View LightsOutExplorations.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter