Computer Science 120
Introduction to Programming

Spring 2012, Siena College

Lecture 25: More Strings and File I/O; Searching
Date: Tuesday, April 24, 2012

Agenda

Lecture Assignment 25

Due at the start of class, Thursday, April 26.

You need not submit answers to these questions, but you will have a chance to ask questions about them at the start of class.

Convert the program in the MakeOvals example to use Scanners instead of FileReader/BufferedReader and StringTokenizer.

Examples