The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4
Answer:
12/16 is greater than 0.12.
Step-by-step explanation:
0.12 = 12/100 = 6/50 = 3/25
12/16 = 3/4.
So, 12/16 is greater than 0.12.
Let y be the unknown number
The other number is x - 12