home—info—lects—labs—exams—hws
D2L—tutor/PIs—zoom (snow day)
Object120 + its docs—java.lang docs—java.util docs
exam02 given
(no lecture)
Here is the
../../2019fall/Exams/exam02.html
and
../../2019fall/Exams/exam02-soln.html
that we took on Monday.
Reading for the upcoming weeks:
-
§5.5 (iterating with Scanner, 4pages)
-
Optional:
§6.2 (conditional statement, 1page).
-
First half of §6.4 (for-loops, 2pages).
You are welcome to skim the second half (for-each loops);
we'll come back to those in a couple of weeks.
-
§§8.1,8.2 (arrays, 10pages)
Note that I will not discuss
switch statements (§6.1),
break statements (part of §5.4 and §6.1),
nor do loops (§6.3).
These are all variations which I never find myself using in actual programming tasks,
and (in the case of break) can actually lead people to write poor code.
home—info—lects—labs—exams—hws
D2L—tutor/PIs—zoom (snow day)
Object120 + its docs—java.lang docs—java.util docs
 This page licensed CC-BY 4.0 Ian Barland Page last generated | Please mail any suggestions (incl. typos, broken links) to ibarland radford.edu |
 |