Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail 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 ( 4 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

Your Name: Code Language: