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
3
Answer:
x=100
Explanation:
In the question you explained that x=100
Similar questions