Operators Precedence
In this chapter we are going to learn about the Operators Precedence
Introduction
We can create this program quickly using the Quick Start component

Program Steps
After selecting the (Operators Precedence) template, we will get the next steps in the Goal Designer

Creating the Program
To create this program we will use the next components
Print Text
In the begining the Steps Tree is empty

Select the (Print Text) component

Enter the data in the Interaction Page
Text: 3+5*4
Type: Expression
Order of exectuion
5*4 --> 20
3+20 --> 23

Now we have the final Steps Tree in our program
