COMP 274 Entire Course

COMP274 entire course includes: COMP 274 Week 1 Lab COMP 274 Week 2 Lab Inheritance and Polymorphism COMP 274 Week 3 Lab Java application GUI COMP 274 Week 4 Lab Java Program to Convert Temperature COMP 274 Week 5 Lab… Read More

COMP 274 Week 7 Lab Java Doc

Documentation The objective of this part of the lab is to create documentation using Javadoc for the Paddle Ball Game project from week 5. The following documentation requirements must be met: All commentary must use standard JavaDoc comments and tags…. Read More

COMP 274 Week 6 Lab Calendar Program

The Calendar Program The purpose of this lab is to give you a chance to use some of the data stream tools we have been discussing in a simple application. The assignment is to write a calendar application which allows… Read More

COMP 274 Week 4 Lab Java Program to Convert Temperature

Write a Java GUI application to do temperature conversions between Celcius, Fahranheit, and Kelvin. The GUI display should look something like the following: Your program must meet the following requirements: Do not use any of the GUI editing capabilities of… Read More

COMP 274 Week 3 Lab Java Application GUI

Create Java programs for the following two problems: Write a Java application to display the following GUI. At this point you are only implementing the display. We are not ready to make the calculator actually do any calculations! This program… Read More

COMP 274 Week 2 Lab Inheritance and Polymorphism

The objective of this programming assignment is to experience the use of inheritance in Java and to see how polymorphism works with inheritance in Java. The assignment involves writing three classes, plus a test class. The base class is an… Read More

COMP 274 Week 1 Lab

Do the following two programs: Write a Java application that inputs three integers from the user and displays the sum, average, product, smallest and largest of the numbers. Use a Scanner object to get the input from the user. Use System.out to… Read More