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 920 / 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 that outputs a sorted list of words along withtheir frequenc
Write a C++ program that outputs a sorted list of words along withtheir frequencies in the redirected cin (standard input). The list is sorted in the descending order ofthe word f…
Write a C++ program that outputs the nodes of a graph in a depth-first traversal
Write a C++ program that outputs the nodes of a graph in a depth-first traversal?
Write a C++ program that performs the following steps. 1. Read this file one tim
Write a C++ program that performs the following steps. 1. Read this file one time to determine how many records it contains. Be sure to check for a successful file open here. 2. C…
Write a C++ program that performs the following task. A user is to be prompted f
Write a C++ program that performs the following task. A user is to be prompted for an integer value sum that is supposed to be in the interval 0 . . 99.   If the value of sum is n…
Write a C++ program that performs the given diamond images of output 1 and 2. Th
Write a C++ program that performs the given diamond images of output 1 and 2. Thanks. Assignment Reuse the asterisk diamond program and create a funcon diamond (.... that takes tw…
Write a C++ program that places mines in the 20 X 20 array and display it with t
Write a C++ program that places mines in the 20 X 20 array and display it with the number of mines in the 8 surrounding areas. Section 1 Set a random number seed with srand(2461).…
Write a C++ program that plays a simple game of TicTacToe against a user. The us
Write a C++ program that plays a simple game of TicTacToe against a user. The user will input the "X"s and the computer will counter with "O"s. The program will update the display…
Write a C++ program that plays the game of \"guess the number”. The program shou
Write a C++ program that plays the game of "guess the number”. The program should continue playing as long as the user did not guess the correct number. First, declare theNumber a…
Write a C++ program that plays the game of connect four. Connect Four has a 6 x
Write a C++ program that plays the game of connect four. Connect Four has a 6 x 7 board, and the goal of the game is to connect four pieces together horizontally, diagonally, or v…
Write a C++ program that plays the game of connect four. To see how to play the
Write a C++ program that plays the game of connect four. To see how to play the traditional 2-person game, visit page 2 of these instructions: http://www.hasbro.com/common/documen…
Write a C++ program that plays the game of “Go Fish”. There are many variations
Write a C++ program that plays the game of “Go Fish”. There are many variations of Go Fish, but we are going to play with the following rules: Players: 2 – 7 Supplies: 1 Deck of c…
Write a C++ program that plays the game of “Go Fish”. You must include a makefil
Write a C++ program that plays the game of “Go Fish”. You must include a makefile, header file , main, and include these things in your program: programming style and documentatio…
Write a C++ program that prints a calendar for a given year. You can use the pro
Write a C++ program that prints a calendar for a given year. You can use the program ex74.cpp as the starting point. The program prompts the user for three inputs: 1) The year for…
Write a C++ program that prints the day number of the year, given the date in th
Write a C++ program that prints the day number of the year, given the date in the form month-day- year. For example, if the input is 1-1-2006, the day number is 1; if the input is…
Write a C++ program that prints the opening balance of a checking account follow
Write a C++ program that prints the opening balance of a checking account followed by the             closing balance of the checking account. a. The input data file contains the …
Write a C++ program that processes charge account numbers. Input will come from
Write a C++ program that processes charge account numbers.  Input will come from a file and some of the output will go to a file.  Both file names should be entered from the keybo…
Write a C++ program that processes charge account numbers. Input will come from
Write a C++ program that processes charge account numbers. Input will come from a file and some of the output will go to a file. Both file names should be entered from the keyboar…
Write a C++ program that processes the data of a retail company with following r
Write a C++ program that processes the data of a retail company with following requirements: 1.Define a new data type (struct) of Customer, with following members: ID, first name,…
Write a C++ program that prompts a user to enter three numbers, and writes the n
Write a C++ program that prompts a user to enter three numbers, and writes the numbers to a file called "numbers.txt" Close the file before exiting the program. This is how my fil…
Write a C++ program that prompts for an integer greater than one that represents
Write a C++ program that prompts for an integer greater than one that represents the low end of a range and a second integer greater than or equal to the first integer that repres…
Write a C++ program that prompts for an integer greater than one that represents
Write a C++ program that prompts for an integer greater than one that represents the low end of a range and a second integer greater than or equal to the first integer that repres…
Write a C++ program that prompts for and reads in a student’s ID number. The pro
Write a C++ program that prompts for and reads in a student’s ID number. The program should read/search the file studentrecords.txt for that student ID number. The data file consi…
Write a C++ program that prompts the user for 5 numbers. The values shall be sto
Write a C++ program that prompts the user for 5 numbers. The values shall be stored in an array name “numb”. You must have a function named “lo_2_hi” that will accept the array of…
Write a C++ program that prompts the user for a positive integer greater than 1
Write a C++ program that prompts the user for a positive integer greater than 1 and displays the square root, the square and the cube of all numbers from 2 to the entered number i…
Write a C++ program that prompts the user for the coefficient of the quadratic t
Write a C++ program that prompts the user for the coefficient of the quadratic term, the coefficient of the linear term, and the constant term of a quadratic equation. Your progra…
Write a C++ program that prompts the user to enter a hexadecimal value, multipli
Write a C++ program that prompts the user to enter a hexadecimal value, multiplies it by ten, then displays the result in hexadecimal. #include <iostream> #include <cstri…
Write a C++ program that prompts the user to enter a value that represents a tem
Write a C++ program that prompts the user to enter a value that represents a temperature reading in centigrade. The program will convert the input to the equivalent Fahrenheit and…
Write a C++ program that prompts the user to enter an integer greater than 1. Yo
Write a C++ program that prompts the user to enter an integer greater than 1. Your program should then compute the sum of all the proper factors of the number and determine whethe…
Write a C++ program that prompts the user to enter the number of inches as an in
Write a C++ program that prompts the user to enter the number of inches as an integer number. The program should then prompt the user to enter the units to convert to as a string.…
Write a C++ program that prompts the user to input a string. The program then us
Write a C++ program that prompts the user to input a string. The program then uses the function substr to remove all the vowels from the string. For example, if str = "There", the…
Write a C++ program that prompts the user to input the name of a text file and t
Write a C++ program that prompts the user to input the name of a text file and then outputs the number of words in the file. You can consider a "word" to be any text that is surro…
Write a C++ program that prompts the user to input the number of times he/she wa
Write a C++ program that prompts the user to input the number of times he/she wants to simulate “flipping of a coin" game. After the completion of all the rounds, the program shou…
Write a C++ program that queries the user for an input string and a 3-character
Write a C++ program that queries the user for an input string and a 3-character substring. Then perform the following: 1. Check length of substring; print error and return if not …
Write a C++ program that read a text file as a Maze, and output its path. You ca
Write a C++ program that read a text file as a Maze, and output its path. You can move Up, Down, Left and Right, and you may move only one cell at a time. use a 2-D array to store…
Write a C++ program that reads a file consisting of students’ test scores in the
Write a C++ program that reads a file consisting of students’ test scores in the range 0–200. It should then determine the number of students having scores in each of the followin…
Write a C++ program that reads a list of double values from a file into an array
Write a C++ program that reads a list of double values from a file into an array of doubles. Ask the user to input the filename, and output the following: All the numbers, five nu…
Write a C++ program that reads a set of floating-point data values. Use a sentin
Write a C++ program that reads a set of floating-point data values. Use a sentinel-controlled while loop to end entering data values. When all values have been read, print out the…
Write a C++ program that reads a set of floating-point data values. Use a sentin
Write a C++ program that reads a set of floating-point data values. Use a sentinel-controlled while loop to end entering data values. When all values have been read, print out the…
Write a C++ program that reads a string from the standard string of number of A\
Write a C++ program that reads a string from the standard string of number of A's followed by the same number of 'B's stack. For example, if the user enters the following string: …
Write a C++ program that reads a time from the keyboard. The time should be in t
Write a C++ program that reads a time from the keyboard. The time should be in the format "HH:MM AM" or "HH:MM PM". Hours can be one or two digits, minutes are exactly two digits,…
Write a C++ program that reads an array of 10 integers. The program should then
Write a C++ program that reads an array of 10 integers. The program should then cyclically shift the array n positions to the right (n is given by the user). This means each eleme…
Write a C++ program that reads an unspecified number of temperatures in Celcius
Write a C++ program that reads an unspecified number of temperatures in Celcius from the keyboard (prompt the user to enter them one at a time). The values should be added to a ve…
Write a C++ program that reads and prints a joke and it punch line from tow diff
Write a C++ program that reads and prints a joke and it punch line from tow different files. The frist file contains a joke, but not it punch line. the second file has the punch l…
Write a C++ program that reads and processes a carpenter’sfile homework_2.dat .
Write a C++ program that reads and processes a carpenter’sfile homework_2.dat. Each record (line)of the file contains an order number (nine digits), desk length ininches, desk wid…
Write a C++ program that reads and processes a customer file CISS_241_Final_1.da
Write a C++ program that reads and processes a customer fileCISS_241_Final_1.dat. Each record (line)of the file contains a customer number (nine digits), the name of arented item,…
Write a C++ program that reads and processes a customer file CISS_241_Final_3.da
Write a C++ program that reads and processes a customer fileCISS_241_Final_3.dat. Each record (line)of the file contains a customer number (nine digits), the name of arented item,…
Write a C++ program that reads and processes a loan-applicationfile homework.dat
Write a C++ program that reads and processes a loan-applicationfile homework.dat. Each record (line) ofthe file contains an application number (nine digits) and a desiredloan amou…
Write a C++ program that reads and processes a loan-applicationfile myfile.dat .
Write a C++ program that reads and processes a loan-applicationfile myfile.dat. Each record (line) ofthe file contains an application number (nine digits) and a desiredloan amount…
Write a C++ program that reads and processes an employee incomefile hw2.dat . Ea
Write a C++ program that reads and processes an employee incomefile hw2.dat. Each record (line) of thefile contains an employee's number (nine digits) and the employee'staxable in…
Write a C++ program that reads and processes student file homework.dat . Each re
Write a C++ program that reads and processes student filehomework.dat. Each record (line) of thefile contains a student number (nine digits) followed by five testscores, each valu…