CIS 180: Object-Oriented Programming

Programming Project #5

 

Sorting & Arrays

 

Due by Dec 2, 2003

 

Objectives

The objectives of this homework are:

 

To practice Input/Output of data to/from arrays

To practice loops in connection with arrays

To use sorting algorithms when working with arrays

 

Problem Statement

Write an applet allowing the user to enter a set of integers and choose an order of sorting them. The applet should sort the numbers and display them.

 

Constraints

 

Interface

 

Steps to take

 

What to turn in

 

When your assignment is complete, add some comments to the beginning of the java source code explaining any problems you encountered in completing the assignment and describing any bugs in your solution. Undocumented bugs are worse than documented bugs. If you have undocumented bugs we will assume that you did an inadequate job of testing your code, and you will lose additional points.

 

To submit your homework, follow the link from the homework page to the homework submission form.

 

There will be a 10% penalty for assignments received after the due date. Assignments will not be accepted more than one week past the due date.

 

 

You're done. Great work!