All pastes #2051754 Raw Edit

Untitled

public text v1 · immutable
#2051754 ·published 2011-04-28 23:57 UTC
rendered paste body
if(true)
{
   if(int1 != 5)
   {
      System.out.println("line 15");
   } // end of if int1 != 5
   else
   { 
      System.out.println("line 17");
   } // end of else
} // end of if true