1 00:00:00,270 --> 00:00:00,630 ‫All right. 2 00:00:00,630 --> 00:00:02,850 ‫So now you have finished the second chapter. 3 00:00:02,850 --> 00:00:06,330 ‫And this chapter, you have learned how to use variables. 4 00:00:06,330 --> 00:00:09,150 ‫What variables are what kind of variables there are. 5 00:00:09,150 --> 00:00:15,690 ‫So the different data types and you have seen how to use those data types and even how to convert from 6 00:00:15,690 --> 00:00:17,520 ‫one data type to another. 7 00:00:17,520 --> 00:00:21,810 ‫Even though that doesn't work all the time, it works for certain data types. 8 00:00:21,810 --> 00:00:24,300 ‫So now you are seeing how you can do that. 9 00:00:24,300 --> 00:00:30,270 ‫And the next chapter, we're going to look at methods and those methods are going to save us a lot of 10 00:00:30,270 --> 00:00:33,960 ‫programming time in the future because we don't want to type all the time. 11 00:00:33,960 --> 00:00:36,600 ‫We want to make this a thinking process. 12 00:00:36,600 --> 00:00:40,080 ‫So programming has a lot more to do with thinking rather than typing. 13 00:00:40,080 --> 00:00:45,660 ‫But when you have to type, it's good to type efficiently and methods are a good way to, on one hand, 14 00:00:45,660 --> 00:00:49,350 ‫structure your code, but on the other hand, to reuse your code. 15 00:00:49,470 --> 00:00:49,800 ‫All right. 16 00:00:49,800 --> 00:00:52,350 ‫So we will see how to use methods in the next chapter. 17 00:00:52,380 --> 00:00:53,220 ‫See you there.