CMIS 242 Project Media Rental System

Design and implement Java program as follows: 1) Media hierarchy: Create Media, EBook, MovieDVD, and MusicCD classes from Week 3 -> Practice Exercise – Inheritance solution. Add an attribute to Media class to store indication when media object is rented versus … Read More

CMIS 242 Assignment 3 Temperature Converter

Design and implement Java program as follows: 1) Implement converter class hierarchy as follows: a. Converter class which includes: Private attribute for input of data type double Default constructor with no parameter which sets input to Double.NaN Overloaded constructor with… Read More

CMIS 242 Assignment 2 Gift Basket

Design and implement Java program as follows: (1)    There will be a Gift class with following attributes: order number (combination of numbers and letters), size (values S, M, or L), and price. (2) There will be two child classes FruitBasket and SweetsBasket… Read More

CMIS 242 Assignment 1 Book Inventory

Design and implement Java program as follows: (1) There will be a Book Java class with following attributes: id, title, and price. (2) There will be an Inventory Java class which stores and manages a list of Book objects (3)… Read More

CMIS 242 Project 4 Manage a Real Estate Database

The fourth programming project involves writing a program to manage a real estate database. This program should be comprised of an enumerated type, an interface and two classes. The enumerated type should be named Status and should contain three enumeration… Read More

CMIS 242 Project 3 Draws Two Types of Shapes

The third programming project involves writing a program that draws two types of shapes, ovals and rectangles. This program consists of six classes. The first class is the Shape class, which is an abstract class that extends the predefined Java… Read More

CMIS 242 Project 2 Computes the Sales Tax

A constructor that allows the make and purchase price to be initialized.price. The second programming project involves writing a program that computes the sales tax for a collection of automobiles of different types. This program consists of four classes. The… Read More

CMIS 242 Project 1 Minimum Maximum and Average

The first programming project involves writing a program that computes the minimum, the maximum and the average weight of a collection of weights represented in pounds and ounces that are read from an input file. This program consists of two… Read More