Reference no: EM13802714
Pet Class
Design a class named Pet, which should have the following fields:
Name - The name field holds the name of a pet.
Type - The type field holds the type of animal that is the pet. Example values are "Dog", "Cat", and "Bird".
Age - The age field holds the pet's age.
The Pet class should also have the following methods:
setName - The setName method stores a value in the name field.
setType - The setType method stores a value in the type field.
setAge - The setAge method stores a value in the age field.
getName - The getName method returns the value of the name field.
getType - The getType method returns the value of the type field.
getAge - The getAge method returns the value of the age field.
Once you have designed the class, design a program that creates an object of the class and prompts the user to enter the name, type, and age of his pet. This data should be stored in the object. Use the object's accessor methods to retrieve the pet's name, type, and age and display this data on the screen.
You are to submit the following for the assignment:
RAPTOR file with the flowchart of your working program. Make sure you run it to make sure it is error free and does what it is supposed to do.
Use the generate dropdown to create example C++ code based on your working logical flow chart. Also attached the code in a Microsoft Word file or a text file.
Remember to follow the guidelines of good program design. Make sure to use meaningful variable names and include comments as needed.
This week we are going to discuss code reliability.
Whose job is it to test newly written code? Why?
What steps should we take to ensure the reliability of our code? Explain.
Analyze a work of literature not presented in class
: Analyze a work of literature not presented in class in about 8 pages (2400-3200 words). The paper should focus on how this work of literature can be seen as part of the ongoing discourse.
|
Grouping of items for future discovery
: Your Final Project for this course will be a virtual time capsule. A time capsule is a grouping of items for future discovery. For our purposes, we will imagine that our time capsule will be buried at the end of the course and opened 100 years lat..
|
Design an employee class
: Design an Employee class that has fields for the following pieces of information: Employee Name and Employee Number
|
Think about different perspectives or perceptions
: How does Trifles help us think about different perspectives or perceptions? Think about what the male/female characters in the play understand and perceive about the world around them--and consider what the men's and women's conversations and acti..
|
Design a class named pet
: Pet Class- Design a class named Pet, which should have the following fields: Name - The name field holds the name of a pet
|
Design a modularized body mass index program
: Design a modularized Body Mass Index (BMI) Program which will calculate the BMI of a team player. The formula to calculate the BMI is as follows: BMI = Weight * 703/Height2
|
Design a grade average program
: Grade Average Program - Design a grade average program that will produce the numerical grade average of test scores input by a user
|
Per-foot downward pitch of a horizontally running drain
: What is the minimum recommended per-foot downward pitch of a horizontally running drain, vent, or sewer line?
|
Different types of switching used in data transmission
: Compare or contrast the different types of switching used in data transmission. How many are there? What factors separate one from the other? Please elaborate.
|