Chemistry, asked by jaspreetsinghfzr4, 4 months ago

(1)
Rewrite the following using ternary operator:
if(nj>n2)
r = true;
else
r = false;​

Answers

Answered by rackel13
0

Answer:

Here, condition is true (will return 1). Since the condition is true, statements inside if will be executed. {} after if represents the ...

Similar questions