Home
News
Course
Lectures
Homework
Labs
Handouts
Links
Help

News

9/05  

Welcome to CS 103!

9/05  

Syllabus

9/12  

Assignment 1 (HW1) is due at the beginning of class on Tuesday, 09/17

9/12  

The source code for Lab 1 has a bug. It has since been fixed...Can you tell what was changed?

9/17  

The source code developed for each homework assignment should be emailed to Randy Phillips (fsrgp@uaf.edu) no later than 11:30 AM on the due date. Please send the source code in seperate file(s) as an attachment to the email message. If the assignment requires multiple programs, (e.g. ProgramOne.java, ProgramTwo.java, etc.) please archive your files into a single zip file (extension .zip) using WinZip or any other compression tool. Do NOT send class files (extension .class)!

9/17  

Any questions regarding the homework assignment(s) should be brought up during the lab sessions or scheduled office hours.

10/4  

Please use the corrected / updated version of Purchase.java for Lab 4 and Homework 4. The author's version doesn't round the totals returned by getTotalCost and getUnitCost to two decimal places, causing for some ugly output

10/4  

Please use the corrected / updated version of Lab 4. Some of the code in the previous version contained errors.

10/16  

Homework 6 as well as solutions to Homework 5 have been posted.

10/22  

Effective tomorrow, Ramona no longer has office hours schedulde for Wednesdays.

12/3  

The due date for the Homework Challenge has been extended to Thursday, 12/5.

12/6  

In homework & lab 11, as well as in the lab today, I incorrectly stated that all the methods in the StringVector class could be implemented on one line. While this is true for the first three methods, it is NOT true for the toStringArray() method. Please refer to the updated homework & lab 11 postings for the correct implementation of the method. I apologize for any inconvenience this may have caused.