Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 917 / 1333
Write a C++ program that calls a method (function ) that computes the final pric
Write a C++ program that calls a method (function ) that computes the final price of a sales transaction . the program contains variables that holds the price of an item , the sal…
Write a C++ program that can be used as a math tutor for a young student. The pr
Write a C++ program that can be used as a math tutor for a young student. The program should display two random numbers to be added or subtracted, such as 247 + 129 ------------ o…
Write a C++ program that can be used to assign seats for a plane. The plane has
Write a C++ program that can be used to assign seats for a plane. The plane has 13 rows, with 6 seats in each row as shown below. Rows 1 and 2 are 1st class, rows 3 to 7 are busin…
Write a C++ program that can be used to assign seats for a plane. The plane has
Write a C++ program that can be used to assign seats for a plane. The plane has 13 rows, with 6 seats in each row as shown below. Rows 1 and 2 are 1st class, rows 3 to 7 are busin…
Write a C++ program that can be used to determine grades at the end of the semes
Write a C++ program that can be used to determine grades at the end of the semester. For each student, who is identified by an integer number between 1 and 60, four examination gr…
Write a C++ program that can be used to show available seats for a commercial ai
Write a C++ program that can be used to show available seats for a commercial airplane. The airplane has 13 rows with six seats in each row. Rows 1 and 2 are first class, rows 3 t…
Write a C++ program that can figure out the average value of a set of numbers en
Write a C++ program that can figure out the average value of a set of numbers entered at the keyboard. Allow your program runs continuously until user wants to end. Requirements: …
Write a C++ program that can print a temperature conversion table. The program s
Write a C++ program that can print a temperature conversion table. The program should ask the keyboard operator if a Fahrenheit-to-Celsius table is to be produced or a Celsius-to-…
Write a C++ program that can solve the following Boundary-Value Second Order Dif
Write a C++ program that can solve the following Boundary-Value Second Order Differential Equation: y" = -2 sin(x) e^5-x. with y(0) = 0 and y(pi) = pi Your program must use the Fi…
Write a C++ program that can solve the following Boundary-Value Second Order Dif
Write a C++ program that can solve the following Boundary-Value Second Order Differential Equation: y" + 4y' + 4y = 0, with y(0) = 0 and y(1) = 3 Your program must use the Shootin…
Write a C++ program that can solve the following Boundary-Value Second Order Dif
Write a C++ program that can solve the following Boundary-Value Second Order Differential Equation: y" + 4y' + 4y = 0. with y(0) = 0 and y (1) = 3 Your program must use the Shooti…
Write a C++ program that changes a decimal number into a binary number. In order
Write a C++ program that changes a decimal number into a binary number. In order to do this, you will write a stack class. The stack class should be implemented using the node cla…
Write a C++ program that chooses six random numbers from 1 to 74 ( including 1 a
Write a C++ program that chooses six random numbers from 1 to 74 ( including 1 and 74) but it must not repeat the numbers. Once a number is chosen in that set of six it cannot be …
Write a C++ program that compares the execution time of Insertion Sort and Merge
Write a C++ program that compares the execution time of Insertion Sort and Merge Sort for inputs of different size. The implementation of Insertion and Merge Sorts are the same as…
Write a C++ program that compares the execution time of Insertion Sort and Merge
Write a C++ program that compares the execution time of Insertion Sort and Merge Sort for inputs of different size. The implementation of Insertion and Merge Sorts are the same as…
Write a C++ program that computes a pair of estimates of , using a sequence of i
Write a C++ program that computes a pair of estimates of , using a sequence of inscribed and circumscribed regular polygons. Halt after no more than 30 steps, or when the differen…
Write a C++ program that computes a pair of estimates of , using a sequence of i
Write a C++ program that computes a pair of estimates of , using a sequence of inscribed and circumscribed regular polygons. Halt after no more than 30 steps, or when the differen…
Write a C++ program that computes a student\'s grade for an assignment as a perc
Write a C++ program that computes a student's grade for an assignment as a percentage given the student's score and the total points. The final score should be rounded up to the n…
Write a C++ program that computes a student\'s grade for an assignment as a perc
Write a C++ program that computes a student's grade for an assignment as a percentage given the student's score and the total points. The final score should be rounded up to the n…
Write a C++ program that computes a student’s grade for an assignment as a perce
Write a C++ program that computes a student’s grade for an assignment as a percentage given the student’s score and the total points. The final score should be rounded up to the n…
Write a C++ program that computes student grades for an assignment as a percenta
Write a C++ program that computes student grades for an assignment as a percentage given each student's score and the total points. You should also display the floating-point resu…
Write a C++ program that computes student grades for an assignment as a percenta
Write a C++ program that computes student grades for an assignment as a percentage given each student’s score and the total points. The final score should be rounded up to the nea…
Write a C++ program that computes the cost of a long-distance call. The cost of
Write a C++ program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 8:00 A…
Write a C++ program that computes the cost of a long-distance call. The cost of
Write a C++ program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 8:00 A…
Write a C++ program that computes the tax and tip on a restaurant bill. The prog
Write a C++ program that computes the tax and tip on a restaurant bill. The program should prompt the user to enter the cost of a meal. The tax is computed at 6.75% of the meal co…
Write a C++ program that conducts the rational number operations. Your program w
Write a C++ program that conducts the rational number operations. Your program will use a rational number class to perform theaddition, subtraction, multiplication, and divisionop…
Write a C++ program that conducts the rational number operations. Your program w
Write a C++ program that conducts the rational number operations. Your program will use a rational number class to perform theaddition, subtraction, multiplication, and divisionop…
Write a C++ program that contains a user-defined void function named elapsedTime
Write a C++ program that contains a user-defined void function named elapsedTime that will compute the interval between two time values (separate hours/minutes): void elapsedTime(…
Write a C++ program that contains the following functions ReadIn (A Function tha
Write a C++ program that contains the following functions ReadIn (A Function that request the user to fill up 2 arrays of size 10) CompareFunc (A function that takes in 2 arrays a…
Write a C++ program that converts US Dollars to a different currency. The curren
Write a C++ program that converts US Dollars to a different currency. The currencies and Exchange rates are listed in the following table. the user is prompted with a menu of curr…
Write a C++ program that converts US Dollars to a different currency. The curren
Write a C++ program that converts US Dollars to a different currency. The currencies and Exchange rates are listed in the following table. the user is prompted with a menu of curr…
Write a C++ program that converts a string representing a number in Roman numera
Write a C++ program that converts a string representing a number in Roman numeral form to decimal form. The symbols used in the Roman numeral system and their equivalents are give…
Write a C++ program that converts an ordinary infix arithmetic expression (assum
Write a C++ program that converts an ordinary infix arithmetic expression (assume a valid expression is entered) with single-digit integers such as (6 + 2) * 5 - 8 / 4 to a post…
Write a C++ program that converts dollar amounts with 2 decimal points to coins
Write a C++ program that converts dollar amounts with 2 decimal points to coins with Do, While, and If...Else.
Write a C++ program that count the number of distinct words in a file. To make t
Write a C++ program that count the number of distinct words in a file. To make the problem easy, a word here means any string consisting of letters, symbols and numbers, words are…
Write a C++ program that creates a 2-D array of characters with size 30 × 40. In
Write a C++ program that creates a 2-D array of characters with size 30 × 40. Initial the whole 2- D array with character ‘a’s. Then program should ask for user input ten times. E…
Write a C++ program that creates a 2dimensional array of 10x5 elements that are
Write a C++ program that creates a 2dimensional array of 10x5 elements that are populated by random numbers between 0 and 49 (hint: use the rand() function and reuse code from t…
Write a C++ program that creates a binary search tree from a given input file, e
Write a C++ program that creates a binary search tree from a given input file, empirically calculates the average search cost for each node in such a tree, and removes a designate…
Write a C++ program that creates a linked list of families. Each family contains
Write a C++ program that creates a linked list of families. Each family contains a husband, his wife and a set of children. Each family is linked to another by a pointer called ne…
Write a C++ program that creates a tree from given input, and prints the height
Write a C++ program that creates a tree from given input, and prints the height of the tree using the level-order traversal, where the height of a tree is defined as the maximum l…
Write a C++ program that creates a tree from given input, and prints the height
Write a C++ program that creates a tree from given input, and prints the height of the tree using the level-order traversal, where the height of a tree is defined as the maximum l…
Write a C++ program that creates a tree from given input, and prints the height
Write a C++ program that creates a tree from given input, and prints the height of the tree using the level-order traversal, where the height of a tree is defined as the maximum l…
Write a C++ program that creates a tree from given input, and prints the height
Write a C++ program that creates a tree from given input, and prints the height of the tree using the level-order traversal, where the height of a tree is defined as the maximum l…
Write a C++ program that creates a tree from given input, and prints the height
Write a C++ program that creates a tree from given input, and prints the height of the tree using the level-order traversal, where the height of a tree is defined as the maximum l…
Write a C++ program that creates a tree from given input, and prints the height
Write a C++ program that creates a tree from given input, and prints the height of the tree using the level-order traversal, where the height of a tree is defined as the maximum l…
Write a C++ program that creates a tree from given input, and prints the leaf no
Write a C++ program that creates a tree from given input, and prints the leaf nodes using the level-order traversal. The following is how we define tree nodes: struct node { int i…
Write a C++ program that creates a tree from given input, and prints the leaf no
Write a C++ program that creates a tree from given input, and prints the leaf nodes using the level-order traversal. The following is how we define tree nodes: struct node { int…
Write a C++ program that creates a tree from given input, and prints the leaf no
Write a C++ program that creates a tree from given input, and prints the leaf nodes using the level-order traversal. The following is how we define tree nodes: struct node { int i…
Write a C++ program that creates a vector of N random ASCIII characters (note th
Write a C++ program that creates a vector of N random ASCIII characters (note the corresponding equivalent ASCIII code integers range from 26 to132), and then the sorts the random…
Write a C++ program that creates an array of 10 Account objects. When creating e
Write a C++ program that creates an array of 10 Account objects. When creating each Account object use the following guidelines: Each object’s accountId should be the index of its…