1 00:00:11,850 --> 00:00:17,790 Hello, everybody, and this lecture, we will go over the homework assignment regarding bullying variables, 2 00:00:17,790 --> 00:00:22,510 anchorperson operators, but before, let's have a quick review on the last lecture's topics. 3 00:00:22,530 --> 00:00:22,770 All right. 4 00:00:23,100 --> 00:00:29,640 So first of all, we went over the comparison operators, which were all equals, not equals bigger 5 00:00:29,640 --> 00:00:30,200 and smaller. 6 00:00:30,480 --> 00:00:37,050 And right after we learned what our boolean variables and how they can be used with comparison operators 7 00:00:37,050 --> 00:00:40,510 together and how we can get a true or false value. 8 00:00:40,530 --> 00:00:40,850 All right. 9 00:00:41,460 --> 00:00:43,860 So let's go over the assignments. 10 00:00:44,190 --> 00:00:50,250 And first of all, I just want to remind you guys that I highly recommend, first of all, to try to 11 00:00:50,250 --> 00:00:51,850 resolve the assignments by yourself. 12 00:00:51,870 --> 00:00:57,390 They take about 30 to 45 minutes, try to see if you can get it by yourselves. 13 00:00:57,390 --> 00:01:02,990 And if you get into trouble, just follow the next lecture that you will see the resolution there. 14 00:01:04,030 --> 00:01:04,310 All right. 15 00:01:04,320 --> 00:01:05,330 So let's begin. 16 00:01:06,300 --> 00:01:09,060 First of all, please create six variables. 17 00:01:09,060 --> 00:01:12,170 Three of them are integers and three of them are strings. 18 00:01:12,540 --> 00:01:17,330 So these are the integers then ages and these are the strings. 19 00:01:18,000 --> 00:01:18,380 All right. 20 00:01:18,960 --> 00:01:27,060 And then I would like you in these tasks to make comparisons upon these variables and to point out the 21 00:01:27,060 --> 00:01:27,600 output. 22 00:01:27,630 --> 00:01:27,960 All right. 23 00:01:29,160 --> 00:01:37,490 So right here, right here, you will compare the integers, these values over here. 24 00:01:37,770 --> 00:01:39,330 By the way, this system is. 25 00:01:41,910 --> 00:01:44,060 That's a mistake, which is to correct it. 26 00:01:47,130 --> 00:01:56,010 All right, so a bar here, you will compare integers to age is bigger than my age, my sister age is 27 00:01:56,070 --> 00:01:59,640 not equals my age and my sister age equals my ice age. 28 00:01:59,910 --> 00:02:04,710 And just print out the output and let's see it and see what's going on. 29 00:02:04,890 --> 00:02:10,920 And right after a three string comparisons, my name equals fullName. 30 00:02:11,200 --> 00:02:14,860 My name not equals fullName name, and my best friend's name equals my name. 31 00:02:15,570 --> 00:02:17,520 So that's about it. 32 00:02:17,850 --> 00:02:26,750 As you can see, it's a short topic because it's like a helper action that he's used upon variables. 33 00:02:26,940 --> 00:02:29,430 And this is very, very helpful too. 34 00:02:29,640 --> 00:02:38,550 And also we will go over and the following lectures about statements and loops and comparison operators 35 00:02:38,790 --> 00:02:39,360 apply. 36 00:02:39,360 --> 00:02:43,890 They're very much and I can give you a small example. 37 00:02:43,890 --> 00:02:46,200 For example, you can make an if statement. 38 00:02:46,410 --> 00:02:55,620 For example, if X equals six, then go in your program with Flow A and if X equals seven, then you 39 00:02:55,620 --> 00:02:57,090 can go in a different flow. 40 00:02:57,090 --> 00:03:03,750 You can get your code into a different flow to make different actions upon each result of the IF. 41 00:03:04,770 --> 00:03:05,060 All right. 42 00:03:05,310 --> 00:03:06,960 So that's about it. 43 00:03:06,960 --> 00:03:13,070 Guys, I recommend you to try to resolve it by yourself, the following tasks. 44 00:03:13,080 --> 00:03:15,600 And good luck to you in the next lecture.