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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1372 / 1624

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
Create a C++ class for an abstract data type color with a public enumeration typ
Create a C++ class for an abstract data type color with a public enumeration type colorType that has the color values (black, blue, green, cyan, red, magenta, brown, lightgray, no…
Create a C++ class which, when fed a username and password, can validate that th
Create a C++ class which, when fed a username and password, can validate that the username and password meets the following criteria: The username should: - have at least 8 charac…
Create a C++ code. Add any header or cpp files as needed. Include a makefile. Se
Create a C++ code. Add any header or cpp files as needed. Include a makefile. Set Class First, combine the two into one set by overloading the + (union) operator, and print out th…
Create a C++ console application that models the characteristics of a resistor,
Create a C++ console application that models the characteristics of a resistor, as described in Step 2. 1. Create a C++ empty project called ResistorClassTestFirstNameLastName 2. …
Create a C++ console application that will model the characteristics of a resist
Create a C++ console application that will model the characteristics of a resistor. Create a multifile project. Create and add to the project an h file containing the resistor-cla…
Create a C++ console application that will store and retrieve names and addresse
Create a C++ console application that will store and retrieve names and addresses in a text file. The program should do the following. It should accept a series of names and addre…
Create a C++ console application that will store and retrieve names and addresse
Create a C++ console application that will store and retrieve names and addresses in a text file. The program should do the following. It should accept a series of names and addre…
Create a C++ console application that will store and retrieve names and addresse
Create a C++ console application that will store and retrieve names and addresses in a text file. The program should do the following. It should accept a series of names and addre…
Create a C++ console application that will store and retrieve names and addresse
Create a C++ console application that will store and retrieve names and addresses in a text file. The program should do the following. 1. It should accept a series of names and ad…
Create a C++ console project and name the project Add a class, ModuloZ, to the p
Create a C++ console project and name the project Add a class, ModuloZ, to the project. Your representation of the class must appear in two files – an interface file, ModuloZ.h, a…
Create a C++ dice rolling game, with 2 players rolling twice, The program must h
Create a C++ dice rolling game, with 2 players rolling twice, The program must have a random number funtion to choose a random number between 1 and 6. And each number is associate…
Create a C++ executable program that calculates how much money you are spending
Create a C++ executable program that calculates how much money you are spending on average per day in a week. The program will calculate the total average, as well as the average …
Create a C++ executable program that calculates how much money you are spending
Create a C++ executable program that calculates how much money you are spending on average per day in a week. The program will calculate the total average, as well as the average …
Create a C++ executable program that calculates how much money you are spending
Create a C++ executable program that calculates how much money you are spending on average per day in a week. The program will calculate the total average, as well as the average …
Create a C++ executable program that does the following: San Jacinto College Sou
Create a C++ executable program that does the following: San Jacinto College South is holding a fund-raiser. The Computer Science Dept., English Dept., Math Dept., and the Nursing…
Create a C++ output format statement which would generate lines in the table whi
Create a C++ output format statement which would generate lines in the table which appear as shown below. Element Name Field..YYY....XXX.XXXX The Element Name Field displays an el…
Create a C++ payroll calculation program to process payroll information for a si
Create a C++ payroll calculation program to process payroll information for a single employee. Create a C++ payroll calculation program to process payroll information for a single…
Create a C++ program City Jan(avg_F) Apr(avg_F) Jul(avg_F) Oct(avg_F) Rain(avg_i
Create a C++ program City   Jan(avg_F)   Apr(avg_F)   Jul(avg_F)   Oct(avg_F)   Rain(avg_in)   Rain(avg_days) Snow(avg_in) Obs(yrs) Albany,_N.Y.   22.2   46.6   71.1   49.3   38.6…
Create a C++ program Create a class named Order that performs order processing o
Create a C++ program Create a class named Order that performs order processing of a single item. The class has the following five fields: Customer name Customer number Quantity or…
Create a C++ program Using the functions listed below (leap, days_in_month, vali
Create a C++ program Using the functions listed below (leap, days_in_month, valiDATE) write another function that will convert a date of the form MM DD YYYY to the Julian date for…
Create a C++ program as follows: 1. Ask the user for the name of a file, reading
Create a C++ program as follows: 1. Ask the user for the name of a file, reading the name of the file from standard input. The first two values in the file contains the number of …
Create a C++ program for this Create the Following Menu in a loop so the menu wi
Create a C++ program for this Create the Following Menu in a loop so the menu will continually show until the user chooses to exit. 1. Add 2. Multiply 3. Exit Add a value returnin…
Create a C++ program for this Create the Following Menu in a loop so the menu wi
Create a C++ program for this Create the Following Menu in a loop so the menu will continually show until the user chooses to exit. 1. Add 2. Multiply 3. Exit Add a value returnin…
Create a C++ program named evenodd.cpp that reads in a text file containing numb
Create a C++ program named evenodd.cpp that reads in a text file containing numbers (separated by newline characters) and organizes them into two vectors, one containing even numb…
Create a C++ program that accepts a number representing a class and then display
Create a C++ program that accepts a number representing a class and then displays the name of the class. Your program should continue to prompt for a class number and display the …
Create a C++ program that allows the user to enter a text, such as the one seen
Create a C++ program that allows the user to enter a text, such as the one seen in the picture, and displays the decrypted message. The user should also be able to enter the "n" v…
Create a C++ program that calculates salary income tax.The ethiopian salary inco
Create a C++ program that calculates salary income tax.The ethiopian salary income uses a progressive taxing system (the tax increases as the taxable amount increases) rate percen…
Create a C++ program that can evaluate arithmetic expressions using stack with i
Create a C++ program that can evaluate arithmetic expressions using stack with integer numbers having any number of digits. These numbers are an alternative to fixed size integers…
Create a C++ program that computes the following: Description: The topic of this
Create a C++ program that computes the following: Description: The topic of this programming assignment is determining the gold-medal winner of a half-pipe snowboarding competitio…
Create a C++ program that creates random vectors based on user parameters, or al
Create a C++ program that creates random vectors based on user parameters, or allows the user to input values. It also allows you to inverse the values in a vector, create a new v…
Create a C++ program that finds the location, from the list of elements in an ar
Create a C++ program that finds the location, from the list of elements in an array. The program should return the location of the element, and returns -1 if the element if not fo…
Create a C++ program that fulfills the requirements of the following prompt: Thi
Create a C++ program that fulfills the requirements of the following prompt: This program will create a text-based squad versus squad battling game. The game will be set up so tha…
Create a C++ program that fulfills the requirements of the following prompt: Thi
Create a C++ program that fulfills the requirements of the following prompt: This program will create a text-based squad versus squad battling game. The game will be set up so tha…
Create a C++ program that functions as a palindrome detector using stacks. Progr
Create a C++ program that functions as a palindrome detector using stacks. Program Input: A string of characters and/or numbers, such as “dad,” “sheep,” or “1B34CX149” (Do not wor…
Create a C++ program that functions as a palindrome detector using stacks. Progr
Create a C++ program that functions as a palindrome detector using stacks. Program Input: A string of characters and/or numbers, such as "dad," "sheep," or "1B34CX149" (Do not wor…
Create a C++ program that has two users with two different role: student, instru
Create a C++ program that has two users with two different role: student, instructor. 1. Instructor should be able to create a quiz and student should be able to take the quiz. 2.…
Create a C++ program that implements the following algorithm using the pthreads
Create a C++ program that implements the following algorithm using the pthreads library: Create two functions, one for each "singer", as follows:      Singer 1 should repeat the f…
Create a C++ program that prompt the user to enter his/her first name. Then the
Create a C++ program that prompt the user to enter his/her first name. Then the program asks the user to enter his/her last name. The program then display the full name of this pe…
Create a C++ program that prompts the users to enter test scores. The program co
Create a C++ program that prompts the users to enter test scores. The program continue until user enter -1 to stop the program. The program then displays: the number of the tests …
Create a C++ program that prompts the users to enter test scores. The program co
Create a C++ program that prompts the users to enter test scores. The program continue until user enter -1 to stop the program. The program then displays: the number of the tests …
Create a C++ program that tests built-in functions. Built-in functions to be tes
Create a C++ program that tests built-in functions. Built-in functions to be tested are: pow(x, y), squareroot (x), floor(x), ceil(x), fabs(x) Call and use a void function named: …
Create a C++ program that transform Decimal Numbers into Floating Points. The us
Create a C++ program that transform Decimal Numbers into Floating Points. The user has to input the Exponent E, and the Mantissa F, Given that F>E. When the conversion is over …
Create a C++ program that uses the following major concepts that we have learned
Create a C++ program that uses the following major concepts that we have learned so far in this course: classes, data abstraction, inheritance, composition, pointers, operator ove…
Create a C++ program that uses the following major concepts that we have learned
Create a C++ program that uses the following major concepts that we have learned so far in this course: classes, data abstraction, inheritance, composition, pointers, operator ove…
Create a C++ program that utilizes nested for loop that asks the user for a numb
Create a C++ program that utilizes nested for loop that asks the user for a number then the program should compile a list of all natural numbers from 2 to the number the user keye…
Create a C++ program that will (in the main function): -declare 2 arrays that ca
Create a C++ program that will (in the main function): -declare 2 arrays that can each store 20 double type values -declare the variables necessary to store a file name (string) a…
Create a C++ program that will create some routines that will later be used in a
Create a C++ program that will create some routines that will later be used in a "Black Jack" program. Your output on this second part will look something like: Player: Fred total…
Create a C++ program that will overload the function max() to allow it to return
Create a C++ program that will overload the function max() to allow it to return the largest of three, four, or five numbers. You should have functions for numbers that are intege…
Create a C++ program that will play the Breakout game under windows cmd console
Create a C++ program that will play the Breakout game under windows cmd console screen. I only need the ball, paddle and brick objectives and combine all in a game. No need for di…
Create a C++ program that will play the Breakout game under windows cmd console
Create a C++ program that will play the Breakout game under windows cmd console screen. I only need the ball, paddle and brick objectives and combine all in a game. No need for di…