1.

What are the value of x and y when the following statements are expression executed. int a = 55, b:35; boolean x = (a b)? a: b;​

Answer»

if statement tells the PROGRAM to execute a of if a condition is TRUE. In the e below, we output e only if X is GREATER



Discussion

No Comment Found