Computer Science, asked by rmanusha10, 10 months ago

debug and rewrite
sum=25
if sum >25
print"you won the game "
print you lost the game "
enddif​

Answers

Answered by thegenius999
1

Answer:

if sum>25

print"you won the game"

else"you lost the game"

endif

Explanation:

MARK AS BRAINLIEST

Similar questions