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

ib_quickstart_operatorsprecedence.png

Program Steps

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

gd_quickstart_operatorsprecedence.png

Creating the Program

To create this program we will use the next components

  • Print Text

In the begining the Steps Tree is empty

1.png

Select the (Print Text) component

2.png

Enter the data in the Interaction Page

Text: 3+5*4

Type: Expression

Order of exectuion

5*4  --> 20
3+20 --> 23
3.png

Now we have the final Steps Tree in our program

4.png