CS21b Introduction to Computing II
Lab Exam on Streams

Instructions: Read the entire page (including the Notes) before you start working on your programs.  Good Luck!

1.  Create a Java Application named GradeWriter with the following specifications:

2.  Create a Java Application named GradeReader that reads from the file created in #1 and computes the QPI and prints it out in the screen.  Assume that all subjects are 3 units each.

*Notes:

Return to Main Index

1