public class Sookshmas{ public static void main (String args[]) { int a=63, b=36; boolean x = (ab) ? true : false; int y= (ab)? a : b; System.out.println(x); System.out.println(y); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login