Warning: There are all sorts of errors and typos in these files. Always double check using other online resources or your textbook or by asking an expert.
- Create your first Java program
– using NetBeans (not available)
– using Dr. Java (not available) - println() and print() functions
– Examples
– Tracing problems (not available)
– Programming problems
– Learn about comments - Variables, data types and input
– Creating variables
– Taking input from the user
– Primitive data types
– Learn about identifiers - Arithmetic operations
– Examples
– Tracing problems (not ready yet)
– Programming problems
– Learn about shorthand - Math functions (pow, sqrt, abs)
– Examples
– Programming problems - if statement
– Examples
– Tracing problems – Level 1
– Tracing problems – Level 2
– Tracing problems – Level 3
– Programming problems
– Learn about indentation
– Learn about brackets - Switch
– Examples
– Tracing problems (not ready yet)
– Programming problems - Loop
– Examples: while loop
– Tracing problems: while loop – Level 1
– Tracing problems: while loop – Level 2
– Examples: do-while loop
– Tracing problems: do-while loop
– Examples: for loop
– Tracing problems: for loop – Level 1
– Tracing problems: for loop – Level 2
– Programming problems: Easy
– Programming problems: Medium
– Programming problems: Hard - Method
– Examples
– Tracing problems – Level 1
– Tracing problems – Level 2
– Programming problems - Array
– Examples: 1D array
– Tracing problems: 1D array
– Programming problems: 1D array – Level 1
– Programming problems: 1D array – Level 2
– Examples: 2D array
– Tracing problems: 2D array
– Programming problems: 2D array – Level 1
– Programming problems: 2D array – Level 2 - String
– Examples
– Tracing problems
– Programming problems