Computer Science, asked by mahammadaleef3758, 6 months ago

What is the output of following code ?
if (4 + 5 = = 10):
print ("TRUE")
else :
print (" FALSE ")
print ("TRUE")

Answers

Answered by ayushchaurasia17
6

Answer:

print ("FALSE")

Explanation:

mark me brainlist plzzzz

Answered by kishore712
0

Answer:

false

Explanation:

it should not correct

Similar questions