Introduction to Development
Learn basic operations, and fundamentals of development work. With these building blocks, you'll be able to pick up any new languages with no effort.
Welcome!
FREE PREVIEWWhat is programming?
FREE PREVIEWWhat is Java?
FREE PREVIEWHow to Repl
Assignment - Hello World
What if I'm stuck?
Chapter Overview
FREE PREVIEWVariables
Constants
Comments
Printing
Assignments - Variables, Step Count
Types
Naming Rules and Conventions
Conclusion
Assignment - Types and Type Safety
Chapter Overview
FREE PREVIEWExpressions
Operators
Shorthand
Conclusion
Assignments
If/Else
Logical Operators
Common Questions
Assignments
Switch Statements
Enumerations
Assignments
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
Basic Functions
Assignment - Basic Functions
Functions with Parameters
Assignment - Functions with Arguments
Return Functions
Assignments (x6)
FREE PREVIEWChapter Overview
While Loops
Assignment - While Loops
For Loops
Assignment - For Loops, Taking Steps
Break Statements
Assignment - Break Statement
Scope
Assignment - Factorial
Conclusion