1 00:00:00,180 --> 00:00:04,680 In this section, I'm going to teach you how to use a phrase so far, you learned about variables, 2 00:00:04,680 --> 00:00:06,770 control, flow, functions and loops. 3 00:00:07,110 --> 00:00:10,470 Your next step is to use arrays to store many values at once. 4 00:00:10,810 --> 00:00:14,260 Then I'm going to teach you how to loop and update every element inside of an array. 5 00:00:14,910 --> 00:00:19,060 By this point, you're going to be comfortable using a race to work with a list of values. 6 00:00:19,080 --> 00:00:23,190 So we're going to level up and use to a race to work with a table of values. 7 00:00:23,550 --> 00:00:27,750 And after you learn all of these skills, you're going to build an app that mimics a database, Java 8 00:00:27,750 --> 00:00:28,290 Pedia. 9 00:00:29,290 --> 00:00:33,820 This is also the last section in Module one, so by finishing this section, you're going to develop 10 00:00:33,820 --> 00:00:36,190 a strong understanding of Java fundamentals. 11 00:00:36,700 --> 00:00:38,190 I hope you're excited to wrap up. 12 00:00:38,200 --> 00:00:39,130 See you in class.