Computer Science, asked by aradhyshrivastava08, 6 months ago

Write the following using ternary operator : [2] if (x % 2 = = 0) System.out.println (x + “is not multiple of 2”); else System.out.println (x + “is not a multiple of 2”);

Answers

Answered by Nothing123345678
1

Answer:

Answer...Mark me brainliest and follow me

Attachments:
Similar questions