Explain how a computer would execute an if then else statement
Answers
Answered by
5
Answer:
If–then(–else) ... When an interpreter finds an If , it expects a boolean condition – for example, x > 0 , which means "the variable x contains a number that is greater than zero" – and evaluates that condition. If the condition is true , the statements following the then are executed.
Please mark me brainliest please.
Similar questions