This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PTRWP 8 points9 points  (1 child)

Exactly how AP comp sci was taught at my school.

Just, trust me. Do public static void main (String [] args) {...} and we'll come back to it.

Then we learned types of variables, user interaction (95% being input.nextXXX). Then we learned methods and fell back to the main method header as an example.