1 00:00:00,090 --> 00:00:02,310 ‫So now you're done with the Loop chapter. 2 00:00:02,310 --> 00:00:04,620 ‫I hope you did the exercises. 3 00:00:04,620 --> 00:00:06,660 ‫I hope you finish them successfully. 4 00:00:06,660 --> 00:00:11,280 ‫And now you know how to use the different loops, what the code looks like. 5 00:00:11,280 --> 00:00:13,740 ‫So basically the syntax. 6 00:00:13,740 --> 00:00:18,030 ‫And then you have also had the opportunity to play around with them. 7 00:00:18,030 --> 00:00:23,970 ‫And also I hope that you have some own ideas, what you can do now because you can make decisions, 8 00:00:23,970 --> 00:00:30,300 ‫you can loop through code, you have methods already, so you have already the core concepts and the 9 00:00:30,300 --> 00:00:35,520 ‫core pieces of programming that you now can put together in order to write your own little programs. 10 00:00:35,850 --> 00:00:38,340 ‫So at this point you are already quite far. 11 00:00:38,730 --> 00:00:42,840 ‫Of course there is still a lot to learn and the learning journey never ends. 12 00:00:43,170 --> 00:00:45,690 ‫So even after years you will still learn new things. 13 00:00:45,690 --> 00:00:50,220 ‫And that is the beauty about learning and about programming in general, because there's always something 14 00:00:50,220 --> 00:00:50,880 ‫new to learn. 15 00:00:50,880 --> 00:00:55,230 ‫And even if there is nothing new to learn at one point, there's always going to be an update which 16 00:00:55,230 --> 00:00:58,200 ‫makes it so that you have to learn something new again. 17 00:00:58,590 --> 00:01:03,930 ‫So just embrace the journey of learning and let's dive right into the next chapter, which is going 18 00:01:03,930 --> 00:01:06,180 ‫to be object oriented programming. 19 00:01:06,180 --> 00:01:13,830 ‫So this is what the whole OP is about and why C-sharp is such a great programming language. 20 00:01:13,830 --> 00:01:16,080 ‫All right, so see you in the next video.