Computer Science, asked by harshraut2004, 8 months ago

Write the following if...else statement using the conditional operators
If (x == 100)
a = "x is 100"
else
a = "x is not 100"​

Answers

Answered by kanishka1511
3

Answer:

x=100

Explanation:

In the question you explained that x=100

Similar questions