Respuesta :

Answer:

Yes, and because to calculate the right answer its important to follow the steps in the correct order. Like in Arithmetic operation, the BODMAS rule must be followed, or else we will not get the correct result.

Explanation:

Following the order of steps in an algorithm is very important. And without following the correct order of the steps, we can not hope for the correct answer. like:

15*10/10+5

This can be 150/10+5= 150/15= 10

But this is wrong. It must be:

15*1+5

=16+5

21

Hence, the correct order of steps is very essential.