RU beehive logo ITEC dept promo banner
ITEC 120
2012fall
dbraffitt
ibarland

homeinfolectslabsexamshws
tutor/PIsbreeze (snow day)
Object120 + its docsjava.lang docsjava.util docs

lab12ab
week12 labs

On Tues, we (a) handed back exam02 and briefly went over exam02-soln (25min), and then started our own version of the book's letter-count program (Fig. 8.3). We decided on data representations (String for the input, and int[] for the letter-counts), and a total of three methods (int[] tabulate(String) to do the interesting work, void printTabulation( int[] ) to print the result, and main to read a string, call tabulate, and pass the results to printTabulation). Finally, we started writing the main loop of tabulate.

Thursday, there will be an in-class quiz, covering the problematic topics from exam02 — very similar problems (some might even be the same).

homeinfolectslabsexamshws
tutor/PIsbreeze (snow day)
Object120 + its docsjava.lang docsjava.util docs


©2012, Ian Barland, Radford University
Last modified 2012.Nov.27 (Tue)
Please mail any suggestions
(incl. typos, broken links)
to ibarlandradford.edu
Powered by PLT Scheme