1
00:00:00,390 --> 00:00:06,060
Everyone in the city of Tokyo I'm going to talk about statements and expressions.

2
00:00:06,210 --> 00:00:13,860
So all of the tasks that you may want to accomplish in a job or program can be broken into a series

3
00:00:13,860 --> 00:00:15,480
of statements.

4
00:00:15,630 --> 00:00:23,020
So in a Java program our statement is a simple command that causes something to happen.

5
00:00:23,220 --> 00:00:29,810
So here as you can see this system that out that prints line here is just a statement.

6
00:00:29,850 --> 00:00:30,360
OK.

7
00:00:30,420 --> 00:00:32,720
That causes something to happen.

8
00:00:32,940 --> 00:00:33,710
OK.

9
00:00:33,750 --> 00:00:38,340
Statements represent a single action taken in a Java program.

10
00:00:38,460 --> 00:00:45,510
So here this line of code here represents a single action taken in a Java program.

11
00:00:45,510 --> 00:00:52,170
So if I for example run my project now as you can see it's going to Outwood this hybrid text to the

12
00:00:52,170 --> 00:00:52,730
console.

13
00:00:52,830 --> 00:00:57,780
OK so it's now representing a single action taken in a Java program.

14
00:00:57,920 --> 00:01:02,030
OK so some statements can convey a value.

15
00:01:02,070 --> 00:01:10,410
If I have got a statement that produces a value is called an expression the value can be stored for

16
00:01:10,410 --> 00:01:12,690
later use in the program.

17
00:01:12,930 --> 00:01:19,680
So I think that's enough for this story or in the next year Torrijos I teach you more about these statements

18
00:01:19,770 --> 00:01:21,170
and expressions.

19
00:01:21,210 --> 00:01:27,810
So don't forget if this doesn't make any sense to you now and be sure to watch the videos step by step.

20
00:01:28,080 --> 00:01:32,670
So thanks for watching and I'll see the next tutorial.

