1 00:00:01,070 --> 00:00:03,890 In this section, you're going to organize your code into functions. 2 00:00:06,250 --> 00:00:10,240 Here's you and so far, you know how to store information inside variables and control the way your 3 00:00:10,240 --> 00:00:12,460 code runs using FLC and switch. 4 00:00:14,520 --> 00:00:18,900 Now, the next step is to learn how to organize your code and the functions, you're going to learn 5 00:00:18,900 --> 00:00:23,160 to make functions that can receive parameters and you're going to learn to make functions that can return 6 00:00:23,160 --> 00:00:23,910 values. 7 00:00:25,340 --> 00:00:30,380 And finally, you're going to use functions to build a dice game, can't wait to see you in class.