1.

What is the problem with the following snippet?class o{public void Testo)int i-5.j-10;if((i) || (i=10))System.out.println("OK");System.out.println("NOT OK");}1​

Answer»

BRACKET SYNTAX in PUBLIC VOID is WRONG



Discussion

No Comment Found