Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 923 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 923 Bytes

Supplementary Materials for Code School

Software list:

  1. Git
  2. Java 11
  3. IDE: IntelliJ / Eclipse

Work in progress

JavaExamples (Reference for Java syntax)

  • Primitives
  • Declaration and assignment
  • Condition statements
    • if statements
    • switch statements
  • Loops
    • for loops
    • while loops
  • Arrays
  • Collections (Coming soon)
    • List
    • Set
    • Map

Coding Exercises (Exercises we did in class, will have sample solutions)

  • Print star
  • Create and access array

Projects (Will have some bigger projects as we get further along)