Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Assignment 6 - Advanced Object-Oriented Programming | CS 3331, Assignments of Computer Science

Material Type: Assignment; Class: Adv. Object-Oriented Programng; Subject: Computer Science; University: University of Texas - El Paso; Term: Unknown 1989;

Typology: Assignments

Pre 2010

Uploaded on 08/18/2009

koofers-user-v6d
koofers-user-v6d 🇺🇸

10 documents

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download Assignment 6 - Advanced Object-Oriented Programming | CS 3331 and more Assignments Computer Science in PDF only on Docsity! Assignment 6 Due 4/15 • Rewrite program 5 to be an application. Use AWT or Swing to implement the user interface. If you have separated the model from the view, this will be much easier. • Add functions for computing the maximum, the minimum, and the average of a cell range. A cell range is specified as <cell address> : <cell address> where a cell address is a letter followed by a number. • The functions have the following grammar: <fn> ::= <fn name> ( <cell range> ) <fn name> ::= AVG | MAX | MIN • Achieve full statement test coverage for all classes in the model.