String-classes-constructors and member functions, C/C++ Programming

Assignment Help:

Objective

Using C++ string, classes, constructors and member functions.

Task A
Write a program (book.cpp) to store a list of book titles and the published dates. Your program is to read in an array of book titles and published dates. The student should declare a class called book with two members: book title and published date.

Your program shall perform the following:
1. Prompt user to enter the book title and the published date.
2. The program should be designed to allow the user to key in 10 entries and they should be stored in an array of structures.
3. A function printbook should be written for the 10 entries of book titles and published dates to be printed out on the screen.
4. Correctly identify invalid user input

Task B

Write a program (room.cpp) to create a room class which allows the user to set the length and width of the room as well as the colour of the room. The user can also display the room's area and colour on the screen.

The program should include the following:
• The room class consists of 3 variables: length, width and colour.
• The room class should have a function area to calculate the room area based on the length and width inputs.
• Two instances or objects: rooma and roomb of the room class should be created.
• Use constructor and destructor for the room class.
• rooma object should be declared and 3 arguments should be passed on. They are: length=5, width=4 and colour=green.
• roomb object was declared without any arguments, which initialised both length and height with a value of 4 and colour=white.
• The program should print out the area and colour of the objects (rooma and roomb).


Related Discussions:- String-classes-constructors and member functions

Matlab assignmnet, I have a Matlab assignment and I have the assignment des...

I have a Matlab assignment and I have the assignment description+ algorithm + and the output sample. the files are on a dropbox folder and you can download them from the link below

Vectors, A body which has three forces acting on it is in equilibrium. One ...

A body which has three forces acting on it is in equilibrium. One force is 3N to the North and the other is 4N to the west. What us the magnitude and direction of the third force?

Roshdy, While spending the summer as a surveyor’s assistant, you decide to ...

While spending the summer as a surveyor’s assistant, you decide to write a program that transforms compass headings in degrees (0-360) to compass bearings. A compass bearing consis

Logic, to calculate the amount to be paid by a customer buying yummy cupcak...

to calculate the amount to be paid by a customer buying yummy cupcakes for his birth day party

Thermodynamics, the program that solve the efficiency of otto cycle

the program that solve the efficiency of otto cycle

Application for tag in the forest game, Your program should use the Free Pa...

Your program should use the Free Pascal compiler or the Lazarus IDE described in CSC 540. When you hand in your assignment to the digital dropbox, it should be a .PAS file, not zip

Application for build a toy program, With this assignment you will build a ...

With this assignment you will build a toy program that manipulates pointers to integers. You will develop the same main program fragment in both C and Assembler. Thus, you'll get t

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd