Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write a program that determines how many consonants are in an entered string of 50 characters or less. Output the entered string and the number of consonants
Create a program to calculate the volume flow rate in cubic feet per second of water flowing through a pipe of diameter d in inches and a velocity of v feet
Create a C++ program to read in a set of numbers from an input file and build an ordered binary tree. For this tree, compute and print the following.
Create the following C++ routines using pointers only. Do not use any [] 's in your code.
My goal, given two binary trees, is to return true if they are structurally identical, meaning they are made of nodes with the same values arranged in the same
Create a function template that computes and displays the absolute value of a passed argument.
Create a simulation race between the tortoise and the hare. For this project, use random-number generation to move the creatures.
Derive the cube class from the base square class. Assume the square class has a protected member variable representing the side called side
Create a template that changes the value of 2 variables. (Hint: Use reference parameters since you will swap the variables within the function.)
Create a class that simulates an alarm clock. In this class you should:
Have the program prompt the user "Enter numerator and denominator" and store the two values entered.
Create a person class to represent a person. (Call the class personType.) To simplify things, have the class have 2 variable members for the person's
Define a class called Revenue that has 2 private members of demand and price. Include a constructor and a public function that calculates the RevenueValue
You are running a camp and must decide what activities to schedule. You decide to base the decision on the temperature measured in degrees Fahrenheit.
Write a function that takes an array of int as a parameter and returns a count of odd numbers in the array
Consider the following declaration: double passwords[100];
Design a class Numbers that can be used to translate whole dollar amounts in the range 0 through 9999 into an English description of the number
Create a C++ class named Employee that has the following member variables:
Create a program that uses a structure to store the following weather date for a particular month:
Imagine you are developing a software package that requires user to enter their own passwords. Your software requires that user passwords meet the following
A sequential search member function of SortedType has the following prototype:
Define two pointers that hold two values of type int. Add these two pointers of type "int" and print the result on the screen.
An Unsorted Type ADT is to be extended by the addition of function
Create a small program that will check for balancing symbols in C++. Look for:
Create an array of 26 components to do the letter count for the 26 letters in the alphabet and a variable for the line count.