You are on page 1of 4

continue

break

z= ((Math.pow(x,y)+Math.pow(y,x))/(x+y))+(x*y);

An expression having operands of more than 1 type

boolean, char, int, double

int X=5, Y=10;


for( ; X<=Y; )
{
SOprint(X%Y+", ");
X=X+2;
Y=Y-1;
}

Please prepare well, in case you have any doubt, feel free to forward your problem to me on my WhatsApp
will try to arrange a class on sunday (06-06-2021), be ready with your problems - Swarn
Relational operators are used to compare any 2 values, they return a boolen value

int n=65;
char ch=(char)n;

final
XXXXX
XXXXXXXXXXXX
optional part of "switch", executes when there is no matching cases

(i)APPLE
INDIGOWRONG
--> 'A' (ii)WRONG
(iii) INDIGOWRONG
(iv) INDIGOWRONG

named memory locations, can store a value which can change


int Num=10;
/*......
......
used to explain logic or part of program
XXXXXXX .....*/
XXXXXXXX
leads to undesired outcome
for e.g., using SOPln(X*Y); to print sum of X and Y

false

23->11->5->2->1->0

11101

Please prepare well, in case you have any doubt, feel free to forward your problem to me on my WhatsApp
will try to arrange a class on sunday (06-06-2021), be ready with your problems - Swarn
9
6
15
15
2 4
2 4
2
false

Not in course

13+2

You might also like