Entries by admin

Create a Java program in which you include: a class calle…

This assignment consists of two (2) sections: A Java program file A screen shot of the output and a description of your Java program Label each file name according to the section of the assignment for which it is written. Put both sections together in a single zip file and submit the zip file. Imagine […]

Create a new class derived from the ThreeDShape class. Th…

Create a new class derived from the ThreeDShape class. This new class must be called Cone and will implement a right circular cone. You will create two files, Cone.h and Cone.cpp. You are allowed to inline some, but not all, member functions in class Cone. please comment the code

Create a new project (called, for example, “homework0…

A new project (called, for example, “homework05”). Do not use spaces in the name. Follow the same process as you did in the first assignment; if you need a refresher, please refer back to Homework Open the “main.cpp” file in your project and delete everything in it. Make sure that you include and toss in […]