Understand the flowchart and answer the question.

question three algorithmic thinking

 

What will the output show after executing the result?

A. 0
B. 1

 

Answer: (A)

Solution: 
According to the given flowchart,

If we add 9 in input(15) we get 24 which is called result. 

There are two possibilities for the result,

If the result(24) is greater than 25 then the final output will be 1.

If the result(24) is less than 25 then the final output will be 0.

Therefore, the result is less than 25 so the final output will be 0.