Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as Plain Text by registered user arbaazssaah ( 5 years ago )
class ABC {
public static void test(int i)
{
if(i>2)
{
System.out.println(i+" is greater than 2");
}
}
public static void main (String[] args)
{
test(30);
}
}
Revise this Paste