Homework Assignments - Fall 2010

Intro to Object-oriented Programming with Java (COP 2551)

Assignments, due dates, and hints are given below, most recent first. Homework is due by midnight of the date shown. Send your homework as an email attachment from your FCCJ email account to sdifranc@fscj.edu. Include your name, homework number, and the class and reference number in the subject line as described in the homework guidelines.

Note: If you are asking for help on an assignment, rather than turning it in, make sure to include the word "Help" in the subject line.


Hw01: Using The JCreator IDE

Modify the program given in the JCreator IDE Tutorial to prompt the user for a number of students who have signed up for the senior class trip to Washington, D.C., then calculate the number of full buses (each can hold 42 students) needed, and the number of students that will be on the last partially-filled bus (i.e., the number of students "left over"), if any, and display the result.

Save your source code with the filename Hw01_xxx.java, where xxx are your initials, and email to me as an attachment from your student email account as described in the homework guidelines. Note: This means the name of your class must be Hw01_xxx:

   public class Hw01_xxx
   {
      ...
   }

 Updated: 2010-08-25