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 911 / 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 that reads 10 values from an input file \"data.txt\" and
Write a C+ program that that reads 10 values from an input file "data.txt" and store them in an array. Your program asks the user to enter a positive number 'n' and then shifts 'n…
Write a C+ program which will prompt the user to enter some words and then sort
Write a C+ program which will prompt the user to enter some words and then sort the words in alphabetical order and display them Requirements: Name the source file for your progra…
Write a C++ Code We are going to compare the performance between Arrays and Link
Write a C++ Code We are going to compare the performance between Arrays and Linked Lists. Please write C/C++ program following the procedure: 1. Suppose that N is 1000 (a number o…
Write a C++ Code to implement. We are going to implement English dictionary by u
Write a C++ Code to implement. We are going to implement English dictionary by using a hash map. Dictionary data is given; import the data, “Oxford_English_Dictionary.txt”. Please…
Write a C++ FUNCTION which counts the number of non-zero numbers in a list and t
Write a C++ FUNCTION which counts the number of non-zero numbers in a list and the number of zeros in the list, and returns true if there are more non-zero numbers than zeros and …
Write a C++ FUNCTION which verifies whether an input string represents a “valid
Write a C++ FUNCTION which verifies whether an input string represents a “valid C++ file name” with file extension cpp. Use the following definition of a “valid C++ file name”: 1)…
Write a C++ FUNCTION which verifies whether an input string represents a “valid
Write a C++ FUNCTION which verifies whether an input string represents a “valid C++ file name” with file extension cpp. Use the following definition of a “valid C++ file name”: 1)…
Write a C++ NIM Game Program with two Users, using functions, pointers, arrays.
Write a C++ NIM Game Program with two Users, using functions, pointers, arrays. Write a program for playing a variation of the Subtraction game called the game of NIM. Our version…
Write a C++ Program Description You and a friend want to plant evergreen trees a
Write a C++ Program Description You and a friend want to plant evergreen trees along the back side of your yard. You do not want to have an excessive number of trees. Write a prog…
Write a C++ Program Sample Out: Consider the following specification for a Date
Write a C++ Program Sample Out: Consider the following specification for a Date class that models a calendar date in the Common Era. The analysis of each operation is given formal…
Write a C++ Program The mathematical function of \"factorial\" applied to positi
Write a C++ Program The mathematical function of "factorial" applied to positive integers involves multiplication, possible a lot of it! The factorial of a positive integer is the…
Write a C++ Program for the following in Visual Studio: Drivers are concerned wi
Write a C++ Program for the following in Visual Studio: Drivers are concerned with the mileage obtained by their automobiles. One driver has kept track of several tankful's of gas…
Write a C++ Program for the following: Drivers are concerned with the mileage ob
Write a C++ Program for the following: Drivers are concerned with the mileage obtained by their automobiles. One driver has kept track of several tankful's of gasoline by recordin…
Write a C++ Program for the following: Drivers are concerned with the mileage ob
Write a C++ Program for the following: Drivers are concerned with the mileage obtained by their automobiles. One driver has kept track of several tankful's of gasoline by recordin…
Write a C++ Program that asks the user to enter his or her weight and the name o
Write a C++ Program that asks the user to enter his or her weight and the name of a planet. Write the program so it uses an enumerated type to represent the planet. The following …
Write a C++ Program that asks users to enter his or her weight and the name of a
Write a C++ Program that asks users to enter his or her weight and the name of a planet. Make sure the code uses an enumerated type to represent the planet. The following table gi…
Write a C++ Program that asks users to enter his or her weight and the name off
Write a C++ Program that asks users to enter his or her weight and the name off a planet. Make sure the code uses an enumerated type to represent the planet. The following table g…
Write a C++ Program that can be used to sort, search and report a database of pe
Write a C++ Program that can be used to sort, search and report a database of personal contacts, phone numbers, birth day, and address. The birth day should be type Date (a struct…
Write a C++ Program that does spell checking.. We\'ve come to take spell checker
Write a C++ Program that does spell checking.. We've come to take spell checkers for granted (and sometimes as a source of amusement!) but they address a non-trivial problem. Ther…
Write a C++ Program that simulates a basic calculator using functions which perf
Write a C++ Program that simulates a basic calculator using functions which performs the operations of Addition, Subtraction, multiplication, and Division. ( make sure you cover t…
Write a C++ Program that user will define a Class, and you will need to use Vect
Write a C++ Program that user will define a Class, and you will need to use Vectors Define a class country as follows: Class: country Define a class called country which has the f…
Write a C++ Program that uses only: 1. Uses strings 2. Passes strings to functio
Write a C++ Program that uses only: 1. Uses strings 2. Passes strings to functions 2. Uses file I/O. Project Requirements: 1. Write a function that, given two strings as input, ch…
Write a C++ Program that uses: 1.Strings 2.Passing Strings to functions 3.Files
Write a C++ Program that uses: 1.Strings 2.Passing Strings to functions 3.Files Input and output. Preparatory Reading: Chapter 8 in Problems Solving with C++ Project Requirements:…
Write a C++ Program that uses: Strings Passing Strings to functions Files Input
Write a C++ Program that uses: Strings Passing Strings to functions Files Input and output. Project Requirements: Write a function called removeRepeats that, given a string, remov…
Write a C++ Program that uses: Strings Passing Strings to functions Files Input
Write a C++ Program that uses: Strings Passing Strings to functions Files Input and output. Preparatory Reading: Chapter 8 in Problems Solving with C++ Project Requirements: Write…
Write a C++ Program that: 1. Declares an array of intergers a maximum size(you d
Write a C++ Program that: 1. Declares an array of intergers a maximum size(you decide it) 2. Has a function for the user to initialize the size of the array. (It does not need to …
Write a C++ Program that: Uses strings Passes strings to functions Uses file I/O
Write a C++ Program that: Uses strings Passes strings to functions Uses file I/O. Project Requirements: 1. Write a function that, given two strings as input, checks if one string …
Write a C++ Program to calculate the average and standard deviation of a list of
Write a C++ Program to calculate the average and standard deviation of a list of numbers. You may work in pairs but with a new partner that you have not worked together before thi…
Write a C++ Program to solve the following problem: A vendor sells different pro
Write a C++ Program to solve the following problem: A vendor sells different products which include Books and Software. Create an abstract base class named Product which has three…
Write a C++ Program using Classes that simulates the arrival of 10 customers to
Write a C++ Program using Classes that simulates the arrival of 10 customers to the gas station and the amount of gas requested. Each customer should arrive randomly between 1 and…
Write a C++ Program using both if /else if/else and switch Case that determines
Write a C++ Program using both if /else if/else and switch Case that determines a student’s grade. The program will read three types of scores: Quiz - max 20, mid-term - max 30, a…
Write a C++ Program, there are no predefined choices, program asks for values th
Write a C++ Program, there are no predefined choices, program asks for values that are allowed, user enters values and if not within range display error. write a C++ source file w…
Write a C++ Program. Programs MUST compile and run. Also, do not forget proper d
Write a C++ Program. Programs MUST compile and run. Also, do not forget proper documentation of your code. USE functions at all times for a modular program. Write a class named Po…
Write a C++ Program: Book: Data Abstraction & Problem Solving with C++ 6 edition
Write a C++ Program: Book: Data Abstraction & Problem Solving with C++ 6 edition Write a program that maintains a database containing data, such as name and birthday, about yo…
Write a C++ Program: Implement a base class Animal. Derive classes Reptile, Mamm
Write a C++ Program: Implement a base class Animal. Derive classes Reptile, Mammal, and Insect from the base class. In the base class, develop a virtual function void Animal::eat(…
Write a C++ Program: Implement a base class Animal. Derive classes Reptile, Mamm
Write a C++ Program: Implement a base class Animal. Derive classes Reptile, Mammal, and Insect from the base class. In the base class, develop a virtual function void Animal::eat(…
Write a C++ Snowman object. You should create the following 3 separate files: Sn
Write a C++ Snowman object. You should create the following 3 separate files: Snowman.h: the header file for the Snowman object and function prototypes; Snowman.cpp: the implement…
Write a C++ Snowman object. You should create the following 3 separate files: Sn
Write a C++ Snowman object. You should create the following 3 separate files: Snowman.h: the header file for the Snowman object and function prototypes; Snowman.cpp: the implement…
Write a C++ address book program that will accomplish the following: 1. Read nam
Write a C++ address book program that will accomplish the following: 1. Read name and address data from the user either from the keyboard or from a file. 2. While reading the name…
Write a C++ application called NewTetris that allows a new way to play Tetris. I
Write a C++ application called NewTetris that allows a new way to play Tetris. It is well known that in Tetris there are seven kinds of tetriminos, each of which is made up of fou…
Write a C++ application called NewTetris that allows a new way to play Tetris. I
Write a C++ application called NewTetris that allows a new way to play Tetris. It is well known that in Tetris there are seven kinds of tetriminos, each of which is made up of fou…
Write a C++ application called calcPay for a financial company. The goal of this
Write a C++ application called calcPay for a financial company. The goal of this program is to determine weekly gross pay based on an hourly rate and the number of hours worked in…
Write a C++ class (or a set of classes) that implements a stack using a linked l
Write a C++ class (or a set of classes) that implements a stack using a linked list. The type of data contained in the stack should be int. The maximum size of the stack is 20. Im…
Write a C++ class (or a set of classes) that implements a stack using a linked l
Write a C++ class (or a set of classes) that implements a stack using a linked list. The type of data contained in the stack should be double. The maximum size of the stack is 30.…
Write a C++ class Park with the following data members: name (string), area (in
Write a C++ class Park with the following data members: name (string), area (in acres, type double), location (string), visitors (int) indicating the number of visitors, thus far,…
Write a C++ class called Snack. It should have data members for the name of a sn
Write a C++ class called Snack. It should have data members for the name of a snack, the price of the snack (double), and the number of calories in the snack (int). The class shou…
Write a C++ class called Song to represent a song in a music collection. The dat
Write a C++ class called Song to represent a song in a music collection. The data members of the Song class are strings representing the song title, artist’s name, and the album w…
Write a C++ class derived from GraphicInterface, as given in Listing 20-1. Pleas
Write a C++ class derived from GraphicInterface, as given in Listing 20-1. Please create a program that allows the graph to be either weighted or unweighted and directed or undire…
Write a C++ class derived from GraphicInterface, as given in Listing 20-1. Use a
Write a C++ class derived from GraphicInterface, as given in Listing 20-1. Use an adjacency matrix to represent the graph. Please include driver. THANK YOU! *** Below is listing 2…
Write a C++ class derived from GraphicInterface, as given in Listing 20-1. Use a
Write a C++ class derived from GraphicInterface, as given in Listing 20-1. Use an adjacency list NOT an adjacency matrix to represent the graph. Please include driver. THANK YOU! …