| (0) do you wish a mathematical approach? | yes | (1) a programming focus instead of theory? | yes | (3) Oh! Pascal by D. Cooper |
| no | (4) Algorithmics by D. Harel | |||
| no | (2) narrow focus instead of overview of CS? | yes | (5) Karel the Robot by R. Pattis | |
| no | (6) Great Ideas in CS by A. Biermann |
BookPick.java BookPick.html
new statement to create
Count.java, Count.html
Tallies.java, Tallies.html
+, -, *, /, %
String Class
String message;
"Good Morning World!"
message = "It's Friday";
int length()
int indexOf(String st)
String substring(int start, int end)
message = mg.getText();
StringPlay.java, StringPlay.html
String toUpperCase())