1
00:00:00,420 --> 00:00:06,920
So if you run my project now as you can see it's going to altitude this value the con..

2
00:00:07,200 --> 00:00:12,770
So let me actually comment out these lines of code here because I don't want to execute them.

3
00:00:15,490 --> 00:00:21,480
So if I run my project again as you can see this value is actually output to the console.

4
00:00:21,600 --> 00:00:22,400
OK.

5
00:00:22,990 --> 00:00:28,210
So here we actually added four values to the value of our body.

6
00:00:28,290 --> 00:00:28,700
OK.

7
00:00:28,840 --> 00:00:32,430
So this statement here is the same as this statement.

8
00:00:32,470 --> 00:00:39,850
Now free assignment operator now free plus four.

9
00:00:40,070 --> 00:00:41,550
OK.

10
00:00:41,650 --> 00:00:48,610
So here as you can see if I want to actually multiply the value that I want to assign to my valuable

11
00:00:49,180 --> 00:00:53,410
by 5 Let's see what happens.

12
00:00:53,440 --> 00:00:56,340
Let's actually run our project and see what happens.

13
00:00:56,770 --> 00:01:00,150
As you can see it's going out with this value to the consumer.

14
00:01:00,160 --> 00:01:07,030
So as I said earlier in the section the multiplication operator has higher precedence danda plus.

15
00:01:07,030 --> 00:01:12,090
Operator OK so this operation here is going to be evaluated first.

16
00:01:12,490 --> 00:01:13,190
Okay.

17
00:01:14,800 --> 00:01:22,690
So four multiplied by five is 20 okay and 20 plus two is twenty two.

18
00:01:22,930 --> 00:01:23,890
As you can see here.

19
00:01:23,940 --> 00:01:24,400
OK.

20
00:01:24,430 --> 00:01:33,460
Now if I comment out this line of code here and I wanted to actually add value to my variable in this

21
00:01:33,460 --> 00:01:33,840
way.

22
00:01:33,850 --> 00:01:44,640
Now free assignment operator now free plus four multiplied by five.

23
00:01:44,720 --> 00:01:45,030
Okay.

24
00:01:45,030 --> 00:01:48,800
And then at the end of my statement I put in a semicolon OK.

25
00:01:48,930 --> 00:01:55,090
So if I run my project now as you can see it's going to hold this value again to the concert.

26
00:01:55,170 --> 00:02:01,580
This way of writing and you're actually statements is the same as this way of writing your statement.

27
00:02:01,580 --> 00:02:01,970
OK.

28
00:02:01,980 --> 00:02:03,130
I just wanted to show you.

29
00:02:03,300 --> 00:02:07,370
I know there are ways of assigning values to your valuables.

30
00:02:07,380 --> 00:02:07,920
OK.

31
00:02:08,100 --> 00:02:13,980
So thank you very much for watching this video and if you if you have any questions please let me know

32
00:02:15,510 --> 00:02:19,980
and post a discussion in the course and then I'll answer all of your questions.

33
00:02:19,990 --> 00:02:22,050
OK I'll see you in the next tutorial.

