Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 914 / 1333
Write a C++ program Write a program that asks the user to enter his/her: First n
Write a C++ program Write a program that asks the user to enter his/her: First name Middle name last name and year of birth(one at a time), If the user doesn't have a middle name,…
Write a C++ program according to the following algorithm: Declare a string varia
Write a C++ program according to the following algorithm: Declare a string variable productName Declare integer variable productQuantity Declare real number variables productUnitP…
Write a C++ program according to the following specifications 1. Display a brief
Write a C++ program according to the following specifications 1. Display a brief description of the program. 2. Ask the user to specify the type of loading (end load, intermediate…
Write a C++ program and algorithm to create a class of fraction having variables
Write a C++ program and algorithm to create a class of fraction having variables numerator and denominator, and member functions setting and getting values of the fractions. Also …
Write a C++ program based on the STL vector to process each operation in the seq
Write a C++ program based on the STL vector to process each operation in the sequence shown in the attached photo. After each operation, print the operation and the result. The ph…
Write a C++ program by completing the following steps: 1)Write a value-returning
Write a C++ program by completing the following steps: 1)Write a value-returning string function called MonthAbbrev that takes an int value as a parameter. The parameter, month, r…
Write a C++ program called BFS.cpp that implements the Breadth-First Search (BFS
Write a C++ program called BFS.cpp that implements the Breadth-First Search (BFS) algorithm. Your program should read an input file name and a starting node from a user. After tha…
Write a C++ program called BFS.cpp that implements the Breadth-First Search (BFS
Write a C++ program called BFS.cpp that implements the Breadth-First Search (BFS) algorithm. Your program should read an input file name and a starting node from a user. After tha…
Write a C++ program called Dice Race. It has two players, Jack and Jill, and a b
Write a C++ program called Dice Race. It has two players, Jack and Jill, and a board with 20 squares. Players take turns by rolling a 6-sided die and move forward the number of sq…
Write a C++ program called \"assignment4.cpp\" that will implement a menu for th
Write a C++ program called "assignment4.cpp" that will implement a menu for the user to choose between “grade calculation” (refer to Assignment#2) or “banking activity” (refer to …
Write a C++ program called assignment.cpp. Your program should read the assignme
Write a C++ program called assignment.cpp. Your program should read the assignment costs of each person from a user and determine the best assignment. In the program, you can assu…
Write a C++ program called coin collection.cpp to collect maximum number of coin
Write a C++ program called coin collection.cpp to collect maximum number of coins on an n x m board with inaccessible cells Your program should ask a user for a text filename to r…
Write a C++ program called coin collection.cpp to collect maximum number of coin
Write a C++ program called coin collection.cpp to collect maximum number of coins on an n x m board with inaccessible cells Your program should ask a user for a text filename to r…
Write a C++ program called coin collection.cpp to collect maximum number of coin
Write a C++ program called coin collection.cpp to collect maximum number of coins on an n x m board with inaccessible cells Your program should ask a user for a text filename to r…
Write a C++ program called epoch.cpp that uses the system command date to displa
Write a C++ program called epoch.cpp that uses the system command date to display the time and date in a specic format. Your C++ program should first request a Unix epoch (elapsed…
Write a C++ program called heap.cpp to conduct heap operations. When the program
Write a C++ program called heap.cpp to conduct heap operations. When the program starts, it should read a sequence of numbers from a user. After that, your program should display …
Write a C++ program called heap.cpp to conduct heap operations. When the program
Write a C++ program called heap.cpp to conduct heap operations. When the program starts, it should read a set of numbers from a user. After that, your program should display if it…
Write a C++ program called heap.cpp to conduct heap operations. When the program
Write a C++ program called heap.cpp to conduct heap operations. When the program starts, it should read a set of numbers from a user. After that, your program should display if it…
Write a C++ program called knapsack.cpp to solve the Knapsack problem. For detai
Write a C++ program called knapsack.cpp to solve the Knapsack problem. For details, read the textbook page 116 ~ 118. Your program should read the weight and value of each item fr…
Write a C++ program called knapscak.cpp that solves the Knapsack problem. Your p
Write a C++ program called knapscak.cpp that solves the Knapsack problem. Your program should read a weight and a value of each item from a user and determine the best subset. You…
Write a C++ program called min_distance.cpp that reads ten integer numbers from
Write a C++ program called min_distance.cpp that reads ten integer numbers from a user and displays the closest distance between two numbers in the numbers. For example, if your p…
Write a C++ program called performance.cpp that displays the performance of two
Write a C++ program called performance.cpp that displays the performance of two different sorting algorithms (= selection sort and quick sort) on the screen. For the problem, your…
Write a C++ program called prim.cpp that implements the Prim\'s algorithm to cal
Write a C++ program called prim.cpp that implements the Prim's algorithm to calculate the minimum spanning tree (MST) from an input graph. Your program should ask a user for an in…
Write a C++ program called studentScholarship with a main function. The studentS
Write a C++ program called studentScholarship with a main function. The studentScholarship C++ program will have two two-dimensional and one one-dimensional parallel arrays. The f…
Write a C++ program called that reads in a floating point number and outputs its
Write a C++ program called that reads in a floating point number and outputs its scientific base 2 format. 1. Example 1: Please enter a float: 3.75 1.111E1 2. Example 2: Please en…
Write a C++ program called ts.cpp that implements the topological sorting algori
Write a C++ program called ts.cpp that implements the topological sorting algorithm based on the DFS algorithm. Your program should read an input file name and display the startin…
Write a C++ program called ts.cpp that implements the topological sorting algori
Write a C++ program called ts.cpp that implements the topological sorting algorithm based on the DFS algorithm. Your program should read an input file name and determine if the in…
Write a C++ program called ts.cpp that implements the topological sorting algori
Write a C++ program called ts.cpp that implements the topological sorting algorithm based on the DFS algorithm. Your program should read an input file name and determine if the in…
Write a C++ program called ts.cpp that implements the topological sorting algori
Write a C++ program called ts.cpp that implements the topological sorting algorithm based on the DFS algorithm. Your program should read an input file name and display the startin…
Write a C++ program called ts.cpp that implements the topological sorting algori
Write a C++ program called ts.cpp that implements the topological sorting algorithm based on the source-removal algorithm. Your program should read an input file name. Then it sho…
Write a C++ program considering the following class: class Employee { private: s
Write a C++ program considering the following class: class Employee { private: string name; const long officeNo; const long empId; …
Write a C++ program consisting of main plus two other functions which will do th
Write a C++ program consisting of main plus two other functions which will do the following: Take an integer input from the keyboard. Send the integer to a function which will out…
Write a C++ program for .... (Pig Latin) A language game, such as Pig Latin, alt
Write a C++ program for .... (Pig Latin) A language game, such as Pig Latin, alters spoken words to make them incomprehensible to the untrained ear. Write a program to prompt the …
Write a C++ program for Student Grading Using File I/O and Arrays The purpose of
Write a C++ program for Student Grading Using File I/O and Arrays The purpose of this assignment is to review the use of one-dimenisonal arrays, reading and writing text files, wr…
Write a C++ program for a Vending machine that gives the exact change for the cu
Write a C++ program for a Vending machine that gives the exact change for the customer. create a 3d Array for each 5 products, in the Array store (price, quantity, and product Nam…
Write a C++ program for a pre-order tree traversal using linked list. Build the
Write a C++ program for a pre-order tree traversal using linked list. Build the tree drawn in the attached photo and then traverse it pre-order, printing each node as it is retrie…
Write a C++ program for a specialized laboratory voltmeter that calculates and d
Write a C++ program for a specialized laboratory voltmeter that calculates and displays the RMS voltage for waveforms of any shape. Assume that the circuitry that converts the ana…
Write a C++ program for command-line arguments as follows FileCrypt -encrypt \"h
Write a C++ program for command-line arguments as follows FileCrypt -encrypt "hello.txt" "hello.out" FileCrypt -decrypt "hello.out" "hello.ans" This program MUST be written using …
Write a C++ program for command-line arguments as follows FileCrypt -encrypt \"h
Write a C++ program for command-line arguments as follows FileCrypt -encrypt "hello.txt" "hello.out" FileCrypt -decrypt "hello.out" "hello.ans" This program MUST be written using …
Write a C++ program for function of removeChar that removes all the occurrences
Write a C++ program for function of removeChar that removes all the occurrences of a character in a string. For example, given a string of “ab cd 1 2” and a whitespace character, …
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will d
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will display a bar graph showing the productivity of its ten manufacturing plants for any given week. The…
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will d
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will display a bar graph showing the productivity of its ten manufacturing plants for any given week. The…
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will d
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will display a bar graph showing the productivity of its ten manufacturing plants for any given week. The…
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will d
Write a C++ program for the Apex Plastic Spoon Manufacturing Company that will display a bar graph showing the productivity of its ten manufacturing plants for any given week. The…
Write a C++ program for the following . Password Verifier Imagine you are develo
Write a C++ program for the following . Password Verifier Imagine you are developing a software package that requires users to enter their own passwords. Your software requires th…
Write a C++ program for the following question. The codes are given below. Great
Write a C++ program for the following question. The codes are given below. Greatly appreciate the help. CODES: ..................................... LinkedStack.cpp Codes: .......…
Write a C++ program for the following question. The codes are given below. Great
Write a C++ program for the following question. The codes are given below. Greatly appreciate the help. CODES: ..................................... LinkedStack.cpp Codes: .......…
Write a C++ program for the following question. The codes are given below. Outpu
Write a C++ program for the following question. The codes are given below. Output exactly the way it's given at the bottom of the question. Greatly appreciate the help. CODES: ...…
Write a C++ program for the following. Do not try to generalize this program int
Write a C++ program for the following. Do not try to generalize this program into an equation. The goal is to practice iterations. There is an old story that the emperor wanted to…
Write a C++ program for the question below. Codes are given. You are going to ex
Write a C++ program for the question below. Codes are given. You are going to exercise your knowledge of stacks. First, look up and familiarize yourself with the STL stack class. …