Untitled
public text v1 · immutableif(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 trueif(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