Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Create a coke machine program in C++ using if statements and loops.
Compute the volume of water in cubic feet, flowing through a pipe of diameter d in feet
Write a simple C++ cash register program as per the following specifications.
Create a C++ program that creates a tab delimited file that can be opened by a spreadsheet to graph the altitude and velocity of a balloon as a function
Implement a CARDIAC machine simulator in C++, that will:
Create a not so bad CARDIAC simulator (in C++) that tells the user how to execute an instruction typed as a 3 digit number by the user.
Create the worst CARDIAC simulator of all time (in C++) that tells the user how to execute only a single instruction typed as a 3 digit number by the user.
Write a program that prints a histogram of N random integers from 0 through 10, where N is provided by the user.
What must be true for a class to be considered an abstract class?
Explain the problem with the following code segments:
Create a Phonebook application using C++ STL (standard template library). Use the telephone number as the key and the name as the value.
Customers walking into a bank are placed in a queue based on an arrival time distribution. Each customer has:
Create a C++ program that prompts the user to enter a length in feet and inches and outputs the equivalent length in centimeters
Write a program that prompts the user to enter the year and the month and displays on the console the calendar table for the month.
What does this c++ code snippet mean? What does this c++ code snippet mean?
Create a C++ program that will add two large positive integers and print out the two numbers and the results. The program should handle up to 25 digit integer
Write a C++ program that will convert any base 10 number v to any base b. Input two values, the first is the base 10 number and the second value
Write a C++ program that reads in three integers representing line lengths, and determines if the three line segments form a right triangle.
Design and write a C++ program that reads a set of scores from the file and outputs their mean and standard deviation on standard output
Create a program that simulates the dial of a phone number. The program will input a phone number and it will acknowledge the call
Write a code segment using a while loop that outputs the numbers from -10 to 10.
Program should be done using C language and using Dev-C++
The united kingdom uses two official currencies, the British Pound Sterling, and the euro. Currently the exchange rate is 1 USD to 1.5771 GBP
Create a program that will run in Code Blocks 10.05 that will:
Create a small program in C++ to time the given algorithm. Algorithm: ?100n=0 n(n x 3n)( n+1)/(77n - 4)