11 | | 10. [If Statement] |
| 15 | |
| 16 | == Conditionals == |
| 17 | 10. [https://www.youtube.com/watch?v=iMeaovDbgkQ&list=PLFE2CE09D83EE3E28&index=10 If Statement] |
| 18 | 11. [https://www.youtube.com/watch?v=PAaqgTr7Cx4&list=PLFE2CE09D83EE3E28&index=11 Logical Operators] |
| 19 | 18. [https://www.youtube.com/watch?v=Y4xFGCyt1ww&list=PLFE2CE09D83EE3E28&index=18 Nested if Statements] |
| 20 | 19. [https://www.youtube.com/watch?v=C0YRYVn_BeI&list=PLFE2CE09D83EE3E28&index=19 if else statement] |
| 21 | 12. [https://www.youtube.com/watch?v=RVRPmeccFT0&list=PLFE2CE09D83EE3E28&index=12 Switch Statement] |
| 22 | 20. [https://www.youtube.com/watch?v=Y6NheSwTsDs&list=PLFE2CE09D83EE3E28&index=20 Conditional Operators] |
| 23 | |
| 24 | == Loops and Arrays == |
| 25 | 13. [https://www.youtube.com/user/thenewboston While Loop] |
| 26 | 24. [https://www.youtube.com/user/thenewboston do while Loops] |
| 27 | 22. [https://www.youtube.com/watch?v=rjkYAs6gAkk&list=PLFE2CE09D83EE3E28&index=22 for Loops] |
| 28 | 27. [https://www.youtube.com/watch?v=L06uGnF4IpY&list=PLFE2CE09D83EE3E28&index=27 Introduction to Arrays] |
| 29 | 28. [https://www.youtube.com/watch?v=nTF-RcgsV0E&list=PLFE2CE09D83EE3E28&index=28 Creating an Array Table] |
| 30 | 29. [https://www.youtube.com/watch?v=etyrkipdKvc&list=PLFE2CE09D83EE3E28&index=29 Summing Elements of Arrays] |
| 31 | 30. [https://www.youtube.com/watch?v=pHxtKDENDdE&list=PLFE2CE09D83EE3E28&index=30 Array Elements as Counters] |
| 32 | 31. [https://www.youtube.com/watch?v=w41D0V-BnKQ&list=PLFE2CE09D83EE3E28&index=31 Enhanced for Loop] |
| 33 | 32. [https://www.youtube.com/watch?v=rzXoz2KOP7E&list=PLFE2CE09D83EE3E28&index=32 Arrays in Methods] |
| 34 | 33. [https://www.youtube.com/user/thenewboston Multidimensional Arrays] |
| 35 | 34. [https://www.youtube.com/watch?v=hbot9MQVHOM&list=PLFE2CE09D83EE3E28&index=34 Table for Multi Arrays] |
14 | | 11. [Logical Operators] |
15 | | 12. [Switch Statement] |
16 | | 13. [While Loop] |
17 | | 14. [Using Multiple Classes] |
18 | | 15. [Use Methods with Parameters] |
19 | | 16. [Many Methods and instances] |
20 | | 17. [Constructors] |
21 | | 18. [Nested if Statements] |
22 | | 19. [if else statement] |
23 | | 20. [Conditional Operators] |
24 | | 21. [Simple Averaging Program] |
25 | | 22. [for Loops] |
26 | | 23. [Compound Interest Program] |
27 | | 24. [do while Loops] |
28 | | 25. [Math Class Methods] |
29 | | 26. [Random Number Generator] |
30 | | 27. [Introduction to Arrays] |
31 | | 28. [Creating an Array Table] |
32 | | 29. [Summing Elements of Arrays] |
33 | | 30. [Array Elements as Counters] |
34 | | 31. [Enhanced for Loop] |
35 | | 32. [Arrays in Methods] |
36 | | 33. [Multidimensional Arrays] |
37 | | 34. [Table for Multi Arrays] |
38 | | 35. [Variable Length Arguments] |
39 | | 36. [Time Class] |
40 | | 37. [Dislpay Regular Time] |
41 | | 38. [Public, Private, and this] |
42 | | 39. [Multiple Constructors] |
43 | | 40. [Set and Get Methods] |
44 | | 41. [Building Objects for Constructors] |
45 | | 42. [toString Method] |
46 | | 43. [Composition] |
47 | | 44. [Enumeration] |
48 | | 45. [EnumSet Range] |
49 | | 46. [static keyword] |
50 | | 47. [More on static keyword] |
51 | | 48. [final keyword] |
| 38 | == Classes == |
| 39 | |
| 40 | 14. [https://www.youtube.com/watch?v=XqTg2buXS5o&list=PLFE2CE09D83EE3E28&index=14 Using Multiple Classes] |
| 41 | 15. [https://www.youtube.com/watch?v=7MBgaF8wXls&list=PLFE2CE09D83EE3E28&index=15 Use Methods with Parameters] |
| 42 | 16. [https://www.youtube.com/watch?v=9t78g0U8VyQ&list=PLFE2CE09D83EE3E28&index=16 Many Methods and instances] |
| 43 | 17. [https://www.youtube.com/watch?v=tPFuVRbUTwA&list=PLFE2CE09D83EE3E28&index=17 Constructors] |
| 44 | 39. [https://www.youtube.com/watch?v=LS7BzkBzn3Y&list=PLFE2CE09D83EE3E28&index=39 Multiple Constructors] |
| 45 | |
| 46 | == Keywords == |
| 47 | 38. [https://www.youtube.com/watch?v=csjfLTt6-io&list=PLFE2CE09D83EE3E28&index=38 public, private, and this] |
| 48 | 46. [https://www.youtube.com/watch?v=Mhxp5dZOy78&list=PLFE2CE09D83EE3E28&index=46 static47. [More on static |
| 49 | 48. [https://www.youtube.com/watch?v=Suxdg95FV1w&list=PLFE2CE09D83EE3E28&index=48 final] |
| 50 | |
| 51 | == Common Methods == |
| 52 | 40. [https://www.youtube.com/watch?v=eqP5X6APc5w&list=PLFE2CE09D83EE3E28&index=40 Set and Get Methods] |
| 53 | 42. [https://www.youtube.com/watch?v=l0N6WvIVoUI&list=PLFE2CE09D83EE3E28&index=42 toString Method] |
| 54 | |
| 55 | == Object Oriented Programming (OOP) == |