Computer Science, asked by akashdeepsain5, 3 months ago

Rewrite the following using ternary operator: switch(k) { case 2 : w = 22; break; default : w = 44; }

Answers

Answered by Legend42
2

Answer:

division operator which when applied on two operands returns the result of division. ‘%‘ is the modulus operator which when applied to two integer operands returns the remainder of division operations.

Similar questions