Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 927 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Write a C++ program to perform grocery check-out procedure for a simple store wi
Write a C++ program to perform grocery check-out procedure for a simple store with max 100 products. Design & use at least one C++ class in your program. When the program star…
Write a C++ program to perform grocery check-out procedure for a simple store wi
Write a C++ program to perform grocery check-out procedure for a simple store with max 100 products. Design & use at least one C++ class in your program. When the program star…
Write a C++ program to perform the following operations: 1. It first prompts the
Write a C++ program to perform the following operations: 1. It first prompts the user to input a sequence of integers to construct a binary search tree, in which each node has an …
Write a C++ program to perform the following operations: It first prompts the us
Write a C++ program to perform the following operations: It first prompts the user to input a sequence of integers to construct a binary search tree, in which each node has an add…
Write a C++ program to perform the following operations: It first prompts the us
Write a C++ program to perform the following operations: It first prompts the user to input a sequence of integers to construct a binary search tree, in which each node has an add…
Write a C++ program to perform the following operations: It first prompts the us
Write a C++ program to perform the following operations: It first prompts the user to input a sequence of integers to construct a binary search tree, in which each node has an add…
Write a C++ program to perform the following operations: It first prompts the us
Write a C++ program to perform the following operations: It first prompts the user to input a sequence of integers to construct a binary search tree, in which each node has an add…
Write a C++ program to perform the following operations: It first prompts the us
Write a C++ program to perform the following operations: It first prompts the user to input a sequence of integers to construct a binary search tree, in which each node has an add…
Write a C++ program to perform the following tasks: Create (define) three functi
Write a C++ program to perform the following tasks: Create (define) three functions called "sum". Differentiate the functions by the number and type of arguments In the main funct…
Write a C++ program to perform various calculations related to the fuel economy
Write a C++ program to perform various calculations related to the fuel economy of a vehicle where the fuel economy is modeling using a polynomial of the form y = Ax2 + Bx + C, wh…
Write a C++ program to perform various calculations related to the fuel economy
Write a C++ program to perform various calculations related to the fuel economy of a vehicle where the fuel economy is modeling using a polynomial of the form y = Ax2 + Bx + C, wh…
Write a C++ program to perform various calculations related to the fuel economy
Write a C++ program to perform various calculations related to the fuel economy of a vehicle where the fuel economy is modeling using a polynomial of the form y = Ax2 + Bx + C, wh…
Write a C++ program to practice using dynamically allocated arrays, arrays of po
Write a C++ program to practice using dynamically allocated arrays, arrays of pointers and pointer traversal of an array. Main will contain the following variables: - An int varia…
Write a C++ program to predict the molecular geometry of molecules based on form
Write a C++ program to predict the molecular geometry of molecules based on formulas like AB_b, where the approximate shape is one A atom in the centre surrounded by b B atoms. Th…
Write a C++ program to print all the prime numbers from 1-1000 (1 and 1000 inclu
Write a C++ program to print all the prime numbers from 1-1000 (1 and 1000 included). Hint: 1. Declare a global array (int primeList [180]) to store all detected prime numbers. se…
Write a C++ program to print an algorithm that calculates the volume of a rectan
Write a C++ program to print an algorithm that calculates the volume of a rectangular prism EXAMPLE #include "stdafx.h" #include <iostream> using namespace std; int main() /…
Write a C++ program to print the truth table for the following propositional sta
Write a C++ program to print the truth table for the following propositional statement using the variables a, b, c, d, e: (( c V ~d ) A b ) A ~( d V a A e ) Note: V represents OR,…
Write a C++ program to print white lowercase \'o\'s on a black background across
Write a C++ program to print white lowercase 'o's on a black background across the middle of the screen. Next, have a captial 'O' move from left to right, and back, on top of the …
Write a C++ program to print white lowercase \'o\'s on a black background across
Write a C++ program to print white lowercase 'o's on a black background across the middle of the screen. Next, have a captial 'O' move from left to right, and back, on top of the …
Write a C++ program to print white lowercase \'o\'s on a black background across
Write a C++ program to print white lowercase 'o's on a black background across the middle of the screen. Next, have a captial 'O' move from left to right, and back, on top of the …
Write a C++ program to read a list of values from the user and then sort them in
Write a C++ program to read a list of values from the user and then sort them in ascending order using Bubble sort. Your program should perform the following tasks. First your pro…
Write a C++ program to read a text file containing a list of vocabulary words in
Write a C++ program to read a text file containing a list of vocabulary words in alphabetical order. I have the word (text) file that the program will read. The program should acc…
Write a C++ program to read details of invoices from a file and to output invoic
Write a C++ program to read details of invoices from a file and to output invoices which indicate the total cost of each item and the total cost of the invoice together with full …
Write a C++ program to read from each line of the input file an employee identif
Write a C++ program to read from each line of the input file an employee identification number (in integer), the hours worked, and the number of dependents. Each employee is paid …
Write a C++ program to read in a Tic-Tac-Toe board, make a move, then save the b
Write a C++ program to read in a Tic-Tac-Toe board, make a move, then save the board back to the file. Input: The input will be given on the command line. The first argument is th…
Write a C++ program to read in a Tic-Tac-Toe board, make a move, then save the b
Write a C++ program to read in a Tic-Tac-Toe board, make a move, then save the board back to the file. Input: The input will be given on the command line. The first argument is th…
Write a C++ program to read in two integers from the keyboard and make a selecti
Write a C++ program to read in two integers from the keyboard and make a selection from a menu to compute and display the sum, difference, product, quotient, or remainder of the t…
Write a C++ program to read in various types of test questions (multiple choice
Write a C++ program to read in various types of test questions (multiple choice and True/False) from a test bank (text file), The test bank (text file) will have the following for…
Write a C++ program to read in various types of test questions (multiple choice
Write a C++ program to read in various types of test questions (multiple choice and True/False) from a test bank (text file), and load the questions into an array of questions. Yo…
Write a C++ program to read in various types of test questions (multiple choice
Write a C++ program to read in various types of test questions (multiple choice and True/False) from a test bank (text file), and load the questions into an array of questions. Yo…
Write a C++ program to read in various types of test questions (multiple choice
Write a C++ program to read in various types of test questions (multiple choice and True/False) from a test bank (text file), and load the questions into an array of questions. Yo…
Write a C++ program to read in various types of test questions (multiple choice
Write a C++ program to read in various types of test questions (multiple choice and True/False) from a test bank (text file), and load the questions into an array of questions. Yo…
Write a C++ program to read in various types of test questions (multiple choice
Write a C++ program to read in various types of test questions (multiple choice and True/False) from a test bank (text file), and load the questions into an array of questions. Yo…
Write a C++ program to read in various types of test questions (multiple choice
Write a C++ program to read in various types of test questions (multiple choice and True/False) from a test bank (text file), and load the questions into an array of questions. Yo…
Write a C++ program to read integers with following significance. The first inte
Write a C++ program to read integers with following significance. The first integer value represents a time of day on a 24 hour clock, so that 1245 represents quarter to one mid-d…
Write a C++ program to read nine integer values from the user and save them in a
Write a C++ program to read nine integer values from the user and save them in a 3 times 3 matrix (2D array). Perform the following operations: 1. Display the values in a matrix f…
Write a C++ program to read records in a plain text file, then remove duplicated
Write a C++ program to read records in a plain text file, then remove duplicated records, and write unique ones to a plain text file. You can use any algorithm and data structures…
Write a C++ program to read several positive integer numbers into an integer vec
Write a C++ program to read several positive integer numbers into an integer vector and then display to screen their sum and average value. The program should ask the user to ente…
Write a C++ program to read the employee.txt file created in (a) and produce a d
Write a C++ program to read the employee.txt file created in (a) and produce a duplicate copy of the file. Your program should accept the name of the original file and the name of…
Write a C++ program to realize the game of guessing the number. Generally, the g
Write a C++ program to realize the game of guessing the number. Generally, the game will generate a random number and the player has to find out the number. In each guess, the pro…
Write a C++ program to serve as the database for some number of students. The ma
Write a C++ program to serve as the database for some number of students. The maximum number of students in the database will be defined as a global variable in your program and c…
Write a C++ program to simulate a binary register that supports shift right and
Write a C++ program to simulate a binary register that supports shift right and shift left operations. The original value stored in the register, its size and what operation(s) to…
Write a C++ program to simulate a binary register that supports shift right and
Write a C++ program to simulate a binary register that supports shift right and shift left operations. The original value stored in the register, its size and what operation(s) to…
Write a C++ program to simulate a card distribution scheme among Dealer, Player
Write a C++ program to simulate a card distribution scheme among Dealer, Player and Card Shuffler in the black jack game by the Object Oriented Programming (OOP). The program shou…
Write a C++ program to simulate a uniform (meaning every number is equally likel
Write a C++ program to simulate a uniform (meaning every number is equally likely to appear as the next) integer random number. Your program will be a console application which wi…
Write a C++ program to simulate a uniform (meaning every number is equally likel
Write a C++ program to simulate a uniform (meaning every number is equally likely to appear as the next) integer random number. Your program will be a console application which wi…
Write a C++ program to simulate a vending machine using the switch statement. It
Write a C++ program to simulate a vending machine using the switch statement. It is stocked with the following items. A - Hershey Bar Plain, $0.60 B - Hershey with Almonds, $0.65 …
Write a C++ program to simulate managing files on disk. Define the disk as a one
Write a C++ program to simulate managing files on disk. Define the disk as a one-dimensional array disk of size numOfSectors * sizeOfSector, where sizeOfSector indicates the numbe…
Write a C++ program to simulate the machine at each of the three gates(A,B,C). T
Write a C++ program to simulate the machine at each of the three gates(A,B,C). The visitor will choose any of the three gates to get into to the parking lots; your program should …
Write a C++ program to simulate the operation of two of CPU scheduling methods.
Write a C++ program to simulate the operation of two of CPU scheduling methods. The program does the following: 1. Get the number of processes from the user. 2. Get the burst time…