Questions of c programming

Assignment Help C/C++ Programming
Reference no: EM13725651

Question 1: Write a program in C++ to ask the user to input a set of characters, one at a time separated by the carriage return (Enter). Each character, as well as, its corresponding ASCII value should be stored in a linked list node. This means that each node in the linked list should have 3 parts; (1) char that stores the input of the user, (2) int that stores the ASCII value of the character and (3), a pointer to its successor node. When the user inputs the character 0 (zero), the program should break the loop, prints each character with its ASCII value on a separate line, then exits. You can implement the node as struct or class. Please note that the ASCII code of any character can be retrieved by casting its integer value.

Question 2: Consider the following requirements:

a. Class Vehicle
? Variables
o weight of type float, initial value is zero
? Functions
o print() abstract function of type void
b. class Truck inherits from Vehicle
The class Truck is not abstract
c. class Engine
? Functions
o start() of type void. It should print "engine started"
o stop() of type void. It should print "engine stopped"
d. class Tire
? Variables
o pressure of type integer, initial value is 30
? Functions
o inflate() of type integer that takes one integer argument called psi. This function will
add the value of psi to pressure and then it returns the new pressure of the tire
e. class Window
? Functions
o rollup() of type void. It should print "window is up"
o rolldown() of type void. It should print "window is down"
f. class Door
? Variables
o window of type Window
? Functions
o open() of type void. It should print "door is open"
o close() of type void. It should print "door is close"
g. class Car inherits from Vehicle
? Variables
o engine of type Engine
o tire, an array of 4 tires, of type Tire
o left of type Door

Write a program in C++ to implement the above requirements.

Reference no: EM13725651

Questions Cloud

Rate of technological change and global market pressures : Given the rate of technological change and global market pressures, there is considerable change and uncertainty in many organizations. Organizational value is determined more by knowledge (intellectual capital) rather than the traditional factor..
Analysis of first-income earners in the sw and ne : The F-statistic is calculated as approximately - Which of the following represents the alternative hypothesis for this scenario - Analysis of first-income earners in the SW and NE.
Analyze and plan for a social system : To develop your ability to analyze and plan for a social system in a way that integrates key concepts from the course. You will write a strategic analysis of/plan for CVS Health
Construct performance standards for a job : The Objective of this Discussion Board is to Construct Performance Standards for a Job, Select Methods of Performance Appraisal, and Develop Appropriate Training for a given need.
Questions of c programming : Write a program in C++ to ask the user to input a set of characters, one at a time separated by the carriage return (Enter). Each character, as well as, its corresponding ASCII value should be stored in a linked list node.
How did the idea of social darwinism fuel europeans : How did the idea of Social Darwinism fuel Europeans to see themselves as morally superior to those they ruled? Describe the purpose of the paper and conclusion.
Important goals of union ethics training : In a 1 - 2 page paper, identify a minimum of three of the most important goals of union ethics training. In your paper, explain why these goals are important and how they will affect the effectiveness of unions. Ensure that your paper is in APA fo..
Eliminating unethical behavior in collective bargaining : Write a two-page paper in which you will incorporate program ideas for eliminating unethical behavior in collective bargaining. Include a minimum of two programs.
Marketing for health care - personal sales process : Marketing for Health Care - Personal Sales Process, Ethics, and Distribution, Public Relations Interview: Conduct an interview with a public relations administrator at a hospital or health care related facility

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create a base employee class

Create a base Employee class and a derived StudentEmployee class

  Task 1 fill out surveyplease take the 122223 survey at

task 1 fill out surveyplease take the 122223 survey at survey.osble.orgindex.php?sid97282. please treat the question

  Write a program to accept a number representing

Write a program to accept a number representing how many first names the user willenter from the command line (5 names maximum), and the actual first names, fromthe command line. Create an array dynamically that has the same size as number ofnames.

  Emulates the behavior of a bus

Write a program that emulates the behavior of a bus. The bus must have a schedule ( a finite number of times for it to stop) and a certain capacity (number of passengers). In this program the bus has two states: stopped and going.

  Design your application according to the considerations

Design your application according to the considerations described above.  For example, you must use functions that have the specified signatures, and arrays that have the specified declarations. They are

  Local resturant automate its breakfast billing system

Use an array , menuList, of the struct menuItemType. use an array, menuList, of the struct menuItemType. your program must contain at least the following functipons : your program must contain at least the following functipons.

  1 what is the output of the following c programsnbspinclude

1. what is the output of the following c programs?nbspinclude ltiostreamgtusing namespace stdint mainnbspnbspnbsp cout

  Assume we have an array named $students

Assume we have an array named $students. Each entry in the array contains a student's full name (e.g. "Jane Smith"). Write the PHP code needed to display all students (in the array) whose first name starts with the letter "J".

  Write pseudocode for a program

Write pseudocode for a program that prompts the user for a month and day and prints out whether it is one of the following four holidays.

  Elements that must be included in a loop

What are the three elements that must be included in a loop in order for the loop to successfully perform correctly - What will happen if these statements are not included? Provide examples.

  Write the function - void shuffle

Write the function: void shuffle(int ar[], int size); This function "shuffles" the elements in the array pointed by 'ar' (and whose length is 'size').

  Implement a class called hugeinteger

Using your own Linked List implementation (see attached), implement a class called HugeInteger that represents arbitrary sized integers and supports addition only. You may only use the tools that have introduced in class, and you MAY NOT use Java'..

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