1 00:00:00,390 --> 00:00:00,840 ‫All right. 2 00:00:00,840 --> 00:00:07,680 ‫So at this point, you're done with the decisions, chapter two, if and else and switch and case and 3 00:00:07,680 --> 00:00:08,460 ‫so forth. 4 00:00:08,460 --> 00:00:14,310 ‫Chapter because now you know how to use all of these keywords in order to to write your own programs 5 00:00:14,310 --> 00:00:22,050 ‫which run code depending on those values that you pass or the values that certain variables have, or 6 00:00:22,050 --> 00:00:25,890 ‫in general based on the conditions that you pass. 7 00:00:26,880 --> 00:00:32,550 ‫So at this point, you can already write a little more advanced programs, but we still have a lot ahead 8 00:00:32,550 --> 00:00:33,090 ‫of us. 9 00:00:33,090 --> 00:00:35,290 ‫So I hope you enjoyed this chapter. 10 00:00:35,310 --> 00:00:41,190 ‫I hope you feel comfortable now using your statements and LL statements and also, of course, switch 11 00:00:41,190 --> 00:00:41,700 ‫statements. 12 00:00:41,700 --> 00:00:42,660 ‫But no worries. 13 00:00:42,660 --> 00:00:46,920 ‫Even if you don't, these are keywords that you're going to see throughout the course. 14 00:00:46,920 --> 00:00:52,740 ‫So even if you don't fully understand them yet, no worries, you will have plenty of more opportunities 15 00:00:52,740 --> 00:00:58,320 ‫to get a grasp for them because it's similar to learning a language, not a programming language, but 16 00:00:58,320 --> 00:00:59,250 ‫just the language. 17 00:00:59,250 --> 00:01:04,950 ‫You have heard a word and then you have heard this word in a certain context and it makes sense. 18 00:01:04,950 --> 00:01:09,240 ‫But then you hear the word in another context, and then you just have to learn this new context as 19 00:01:09,240 --> 00:01:09,450 ‫well. 20 00:01:09,450 --> 00:01:12,420 ‫And suddenly this whole word makes a lot more sense. 21 00:01:12,420 --> 00:01:18,660 ‫And then you learn it from a third context, and then this word is acquired so you fully understand 22 00:01:18,660 --> 00:01:21,000 ‫the word and you can use it effectively. 23 00:01:21,000 --> 00:01:24,600 ‫And that's exactly what is happening in programming as well. 24 00:01:24,600 --> 00:01:30,570 ‫So you see how to use if statements and then you have a certain use case for them and then you see more 25 00:01:30,570 --> 00:01:32,310 ‫and more use cases throughout. 26 00:01:32,640 --> 00:01:38,490 ‫And in this example, the course or throughout your programming experience and then you become really 27 00:01:38,490 --> 00:01:39,750 ‫good at using that. 28 00:01:40,230 --> 00:01:46,980 ‫So let's get to the next chapter and use even more advanced programming techniques. 29 00:01:46,980 --> 00:01:52,980 ‫And then of course we're going to use F and LS as well as switch statements throughout the course. 30 00:01:52,980 --> 00:01:54,930 ‫So see you in the next video.