Java For Beginners Level 0 Setup
Java For Beginners Level 0 Setup
Beginners University
Greenwich
Computing At
School
DASCO
Chris
Coetzee
What do I need for Java?
Project: CheeseCake
Class: CheeseCake
Method: main()
Main method
Dont worry!
The IDE (Eclipse) automatically makes
all the gunk at the top public this, void
main that
Levels of coding
Learning to program
can be difficult if you
dont learn things in
the right order.
Each level depends on
a firm understanding of
the previous level.
It works!
Levels of Java coding
1: Syntax, laws, variables, output
2: Input, calculations, String manipulation
3: Selection (IF-ELSE)
4: Iteration/Loops (FOR/WHILE)
5: Complex algorithms
6: Arrays
7: File management
8: Methods
9: Objects and classes
10: Graphical user interface elements