Course Curriculum

  • 1

    Chapter 1 - Hello World!

  • 2

    Chapter 2 - Variables, Constants and Data Types

    • Chapter Overview

      FREE PREVIEW
    • Variables

    • Constants

    • Comments

    • Printing

    • Assignments - Variables, Step Count

    • Types

    • Naming Rules and Conventions

    • Conclusion

    • Assignment - Types and Type Safety

  • 3

    Chapter 3 - Expressions and Operators

  • 4

    Chapter 4 - Conditionals

    • If/Else

    • Logical Operators

    • Common Questions

    • Assignments

    • Switch Statements

    • Enumerations

    • Assignments

  • 5

    Chapter 5 - Strings

    • Chapter Overview

    • Declaring Strings

    • Escaping Characters

    • Assignment - Declaring Strings

    • String Manipulation

    • Concatenation

    • Interpolation

    • Assignment - Concatenation and Interpolation

    • String Functions

    • Conclusion

    • Assignment - String Equality and Comparisons

  • 6

    Chapter 6 - Functions

    • Basic Functions

    • Assignment - Basic Functions

    • Functions with Parameters

    • Assignment - Functions with Arguments

    • Return Functions

    • Assignments (x6)

      FREE PREVIEW
  • 7

    Chapter 7 - Loops

    • Chapter Overview

    • While Loops

    • Assignment - While Loops

    • For Loops

    • Assignment - For Loops, Taking Steps

    • Break Statements

    • Assignment - Break Statement

    • Scope

    • Assignment - Factorial

    • Conclusion