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 1373 / 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++ program that will prompt the user, through a menu, to enter data on
Create a C++ program that will prompt the user, through a menu, to enter data on various employees within an organization and display their pay. Use the information as specified b…
Create a C++ program that will read a series of titles from an input file (Do no
Create a C++ program that will read a series of titles from an input file (Do not use fstream), one per line. The titles will be in an unorthodox mix of upper and lowercase letter…
Create a C++ program that will read a series of titles from an input file (Do no
Create a C++ program that will read a series of titles from an input file (Do not use fstream), one per line. The titles will be in an unorthodox mix of upper and lowercase letter…
Create a C++ program that will read a series of titles from an input file (via L
Create a C++ program that will read a series of titles from an input file (via Linux redirection), one per line. Do not use fstream as input will be taken through cin. The titles …
Create a C++ program that will read in the data about the process in the ready q
Create a C++ program that will read in the data about the process in the ready queue from a text file whose format is given below and compute the CPU Granting Chart and waiting ti…
Create a C++ program that will use a function to perform a bubble sort of an arr
Create a C++ program that will use a function to perform a bubble sort of an array of records. The program should first prompt the user for values to populate an array of 5 grade …
Create a C++ program that will use a recursive function to calculate the value o
Create a C++ program that will use a recursive function to calculate the value of the following expression 1/1 + 1/2 + 1/3 + 1/4 + ... + 1/n where n is a positive integer supplied…
Create a C++ program that: - in main - opens the 2 files provided for input - ca
Create a C++ program that:           - in main                    - opens the 2 files provided for input                    - calls a function to determine how many lines are in e…
Create a C++ program that: - in main - opens the 2 files provided for input - ca
Create a C++ program that:           - in main - opens the 2 files provided for input                    - calls a function to determine how many lines are in each file           …
Create a C++ program to Implement the encryption and decryption functions for su
Create a C++ program to Implement the encryption and decryption functions for such a scheme that will split the original file into two new files and vice versa. One of these two n…
Create a C++ program to determine how much cloth in square inches is needed to m
Create a C++ program to determine how much cloth in square inches is needed to make a certain type of garment. You should base your calculations on the following table: Rather tha…
Create a C++ program to do the following: 1. Using ofs, functions, output file o
Create a C++ program to do the following: 1. Using ofs, functions, output file only 2. Create each one of the three Loops. 3. Each loop should be in its own function named as foll…
Create a C++ program to process bank accounts (similar to the Lab Assignment #7)
Create a C++ program to process bank accounts (similar to the Lab Assignment #7) but with additional functions. You may want to solve this problem step-by-step using the following…
Create a C++ program to process bank accounts (similar to the Lab Assignment #7)
Create a C++ program to process bank accounts (similar to the Lab Assignment #7) but with additional functions. You may want to solve this problem step-by-step using the following…
Create a C++ program to process binary file for the hardware store inventory (si
Create a C++ program to process binary file for the hardware store inventory (similar to the Lab Assignment #8) but with additional functions. You may want to solve this problem s…
Create a C++ program to read in a file of integers and store them in a 2D array.
Create a C++ program to read in a file of integers and store them in a 2D array. The file has one integer per line. Your 2D array must be 43 rows and 40 columns. Create a function…
Create a C++ program to read in a file of monthly rainfall values (in inches) an
Create a C++ program to read in a file of monthly rainfall values (in inches) and display a formatted table of results. Each line in the input file will contain one integer and tw…
Create a C++ program to read in a le of dates, sort the dates, and write them ou
Create a C++ program to read in a le of dates, sort the dates, and write them out to a new file. Each line in the input file will contain three integers in month, day, year order …
Create a C++ program to read in a le of pseudorandomly generated integers and di
Create a C++ program to read in a le of pseudorandomly generated integers and display a formatted table of how many times each digit occurs. Note, that zero cannot occur since we …
Create a C++ program using Visual Studio that could be used by a college to trac
Create a C++ program using Visual Studio that could be used by a college to track its courses. In this program, create a CollegeCourse class includes fields representing departmen…
Create a C++ program using Visual Studio that could be used by a college to trac
Create a C++ program using Visual Studio that could be used by a college to track its courses. In this program, create a CollegeCourse class includes fields representing departmen…
Create a C++ program using Visual Studio that could be used by a college to trac
Create a C++ program using Visual Studio that could be used by a college to track its courses. In this program, create a CollegeCourse class includes fields representing departmen…
Create a C++ program using Visual Studio where you design a “DateTime” class tha
Create a C++ program using Visual Studio where you design a “DateTime” class that holds a month, a day, a year, an hour, and a minute. Overload extraction and insertion operators …
Create a C++ program using a dictionary txt.file of four letter words write a pr
Create a C++ program using a dictionary txt.file of four letter words write a program that will check a sequence of 4 characters entered from the keyboard to determine if it is a …
Create a C++ program using functions aside from main and sorting ( as described
Create a C++ program using functions aside from main and sorting (as described below) that will -interactively prompt the user for and read the name of an input file that contains…
Create a C++ program using functions aside from main and sorting ( as described
Create a C++ program using functions aside from main and sorting (as described below) that will DO NOT USE VECTORS OR ALGORITHM. USE FSTREAM, STRING, AND IOSTREAM AS SHOWN IN THE …
Create a C++ program using visual studio: The program is a bowling game: The obj
Create a C++ program using visual studio: The program is a bowling game: The objective: knock down as many pins with a ball. 1) Each game consists of 10 frames. 2) Frame is define…
Create a C++ program where you will use nested loops to solve a system of linear
Create a C++ program where you will use nested loops to solve a system of linear inequalities, given limits on the domains of x and y. Your program should use this system of inequ…
Create a C++ program which asks the user to enter a positive integer n. Your pro
Create a C++ program which asks the user to enter a positive integer n. Your program will then display the nth prime number. A prime number is a positive integer p which has exact…
Create a C++ program which calculates student fees for those attending Santa Mon
Create a C++ program which calculates student fees for those attending Santa Monica College. YOU MUST CREATE FUNCTIONS TO SOLVE THIS PROBLEM WITH BOTH PASS-BY-VALUE AND PASS-BY-RE…
Create a C++ program which calculates student fees for those attending Santa Mon
Create a C++ program which calculates student fees for those attending Santa Monica College. IN ORDER TO RECEIVE FULL CREDIT, YOU MUST CREATE FUNCTIONS TO SOLVE THIS PROBLEM WITH …
Create a C++ program which calculates student fees for those attending Santa Mon
Create a C++ program which calculates student fees for those attending Santa Monica College. IN ORDER TO RECEIVE FULL CREDIT, YOU MUST CREATE FUNCTIONS TO SOLVE THIS PROBLEM WITH …
Create a C++ program which calculates the cost of a residential or business cust
Create a C++ program which calculates the cost of a residential or business customer's water and power bill. IN ORDER TO RECEIVE FULL CREDIT, YOU MUST CREATE AND CALL FUNCTIONS WI…
Create a C++ program which inputs the name of a simple text file from the user (
Create a C++ program which inputs the name of a simple text file from the user (e.g. user.txt) and prints the first 10 lines of the file to the screen. If the file contains less t…
Create a C++ program which utilizes cuckoo hashing to store data values, which w
Create a C++ program which utilizes cuckoo hashing to store data values, which will be provided from the text file raw int.txt. Have each hash table start at size 11, and rehash B…
Create a C++ program which utilizes cuckoo hashing to store data values, which w
Create a C++ program which utilizes cuckoo hashing to store data values, which will be provided from the text file raw_int.txt. Have each hash table start at size 11, and rehash B…
Create a C++ program with an array of 50 integers and store random numbers betwe
Create a C++ program with an array of 50 integers and store random numbers between 30 and 200 into the array. Sort the array from largest number to smallest number. Array to be di…
Create a C++ project and add the stack.h file and lab7.cpp files to it. Take a l
Create a C++ project and add the stack.h file and lab7.cpp files to it. Take a look at the stack implementation. 1. Write an arithmetic expression that will compute the number of …
Create a C++ project and add the two files to it. Take a look at the queue imple
Create a C++ project and add the two files to it. Take a look at the queue implementation defined in class. Here is an example of a queue with wrap-around: data C X R B       [0] …
Create a C++ project in Visual Studio 2010 to display a GUI similar to the follo
Create a C++ project in Visual Studio 2010 to display a GUI similar to the following:Â (Figure 1) When the user clicks on either Good or Bad mood, the program should display a me…
Create a C++ project that allows the end user to create objects of different sha
Create a C++ project that allows the end user to create objects of different shapes (Line, Square, triangle, rectangle and circle) of varying sizes, on screen. You will create an …
Create a C++ project with 2 classes, Person and Birthdate. The description for e
Create a C++ project with 2 classes, Person and Birthdate. The description for each class is shown below: Birthdate class: private members: year, month and day public members: cop…
Create a C++ project with 2 classes, Person and Birthdate. The description for e
Create a C++ project with 2 classes, Person and Birthdate. The description for each class is shown below: Birthdate class: private members: year, month and day public members: cop…
Create a C++ project with 2 classes, Person and Birthdate. The description for e
Create a C++ project with 2 classes, Person and Birthdate. The description for each class is shown below: Birthdate class: private members: year, month and day public members: cop…
Create a C++ project4 Create a pure virtual base class Animal. The base class ha
Create a C++ project4 Create a pure virtual base class Animal. The base class has one private string attribute: name. The base class has one constant string method, Name, that ret…
Create a C++program to store the team standings for the MLB as of 06/20/18 into
Create a C++program to store the team standings for the MLB as of 06/20/18 into parallel arrays. Create the parallel arrays (all arrays have the same exact length of 30 rows, 5 te…
Create a C-Program that will take the square root of a number using a square-roo
Create a C-Program that will take the square root of a number using a square-root function that corresponse to the following protoype: double mySqrt(double x); (for x => 0) Ple…
Create a C-code program (not c++) that will perform the following operations on
Create a C-code program (not c++) that will perform the following operations on an array containing grades by using appropriate functions. Use the array elements (as shown in the …
Create a C-code program (not c++) that will perform the following operations on
Create a C-code program (not c++) that will perform the following operations on an array containing grades by using appropriate functions. Use the array elements (as shown in the …
Create a C-program thats reads in a text-file(specified by the user, prefors a \
Create a C-program thats reads in a text-file(specified by the user, prefors a "bit-level Exclusive-OR" on each byte of the text-file (as a method of encryption, then writes the e…