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 52 / 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
C++ File io You will write a program that reads a data file. The data file conta
C++ File io You will write a program that reads a data file. The data file contains ticket IDs and ticket prices. Your job is to read these tickets (and prices). find minimum, max…
C++ File processing and pointers using a class Create a class that tracks locati
C++ File processing and pointers using a class Create a class that tracks locations and their distances. The class will need two constructors, a default constructor, a constructor…
C++ Fill in the missing code: #include #include using namespac
C++ Fill in the missing code: #include<iostream> #include<string> using namespace std; //void function that accepts one reference parameter: string //function prompts …
C++ Fill-in-the-blank question help please A _____________________is a non-linea
C++ Fill-in-the-blank question help please A _____________________is a non-linear data structure, which stores data in a way that makes it easy to search. An object of a _________…
C++ Fill-in-the-blank question help please A dynamic __________ linked list can
C++ Fill-in-the-blank question help please A dynamic __________ linked list can be traversed both in the forward and backward direction. The C++ ________ operator dynamically allo…
C++ Filling out these functions /* input is a collatz map (map >)and a long if t
C++ Filling out these functions /* input is a collatz map (map >)and a long if the number exists as a key in the map returns the Collatz_to_string of that pair otw returns an e…
C++ Finish the Pizza class declaration by creating mutator and accessor function
C++ Finish the Pizza class declaration by creating mutator and accessor functions for the type of pizza, called pizza Type, and the number of slices, called numSlices. Then create…
C++ First, create a structure (named Student ) that will describe each of Genghi
C++ First, create a structure (named Student) that will describe each of Genghis Khent's students. The structure contains the following member variables: An ID consisting of 4 dig…
C++ FlashDrive PLEASE show 3 files!!!! 1---main.cpp 2---flashdrive_2_0.h 3---fla
C++ FlashDrive PLEASE show 3 files!!!! 1---main.cpp 2---flashdrive_2_0.h 3---flashdrive_2_0.cpp FlashDrive Sample Driver Code FlashDrive( ); FlashDrive( int capacity, int used, bo…
C++ Flight Program Code Needs To Be Fixed Below is a description of What Program
C++ Flight Program Code Needs To Be Fixed Below is a description of What Program Does - Bottom of page has my code ----------------------------------------------------------------…
C++ Flight Program Please Only Use A GRAPH For This ----------------------------
C++ Flight Program Please Only Use A GRAPH For This -------------------------------------------------------------------------------------------------------- For the Graphs, Vertic…
C++ Flight Program Please Only Use A GRAPH For This ----------------------------
C++ Flight Program Please Only Use A GRAPH For This -------------------------------------------------------------------------------------------------------- For the Graphs, Vertic…
C++ Flight Program You must use a graph to write the program -------------------
C++ Flight Program You must use a graph to write the program -------------------------------------------------------------------------------------------------------- For the Graph…
C++ Flight Program You must use a graph to write the program required by this as
C++ Flight Program You must use a graph to write the program required by this assignment. -----------------------------------------------------------------------------------------…
C++ Flight Program You must use a graph to write the program required by this as
C++ Flight Program You must use a graph to write the program required by this assignment. -----------------------------------------------------------------------------------------…
C++ Follow the class programming rules for writing a C-program in our class: var
C++ Follow the class programming rules for writing a C-program in our class: variables should be mnemonic and should be 3 characters or more. First, the program should use a print…
C++ Follow the following steps to code this program 1. Take two two-dimensional
C++ Follow the following steps to code this program 1. Take two two-dimensional arrays as A[3][3]and B[3][3] and one-dimensional array C[] to keep the result. 2. Prompt the user t…
C++ For Engineers and Scientist 5.5 #12 (Numerical) Write a program that tests t
C++ For Engineers and Scientist 5.5 #12 (Numerical) Write a program that tests the effectiveness of the rand() library function. Start by initializing 10 counters, such as zerocou…
C++ For my class named NodeQueue show how to write the following functions. clas
C++ For my class named NodeQueue show how to write the following functions. class NodeQueue{ public: NodeQueue(); // instantiate a new queue object with no elements(nodes) int siz…
C++ For the assignment, we will write a program that uses a function called dele
C++ For the assignment, we will write a program that uses a function called deleteRepeats that has an array of characters as a formal parameter, and that deletes all of the corres…
C++ For the following code segment, write out what is printed to the screen. Sho
C++ For the following code segment, write out what is printed to the screen. Show the displayed output precisely by using the following rules: Write one character per box. Skip a …
C++ For the given class definition below, make the following three modifications
C++ For the given class definition below, make the following three modifications: 1) add a new public array (named: speeds) to hold up to 100 offset CPU speeds as floating point v…
C++ For the questions below, assume that initially base class has only an intege
C++ For the questions below, assume that initially base class has only an integer x as a private data member, and the derived class has only an integer y as a private data member.…
C++ For this PROGRAM you will calculate the coefficient of lift for a given flig
C++ For this PROGRAM you will calculate the coefficient of lift for a given flight-path angle based on wind tunnel data stored in a file. PROGRAM Steps Ask the user for the name o…
C++ For this activity we attempt to make our own container class (like vector) t
C++ For this activity we attempt to make our own container class (like vector) to hold instances of our "point" class. To do this you will need create 2 classes as described below…
C++ For this assignment, we will move on to Chapter 8. In this chapter, we learn
C++ For this assignment, we will move on to Chapter 8. In this chapter, we learn about using strings and string conversions in our coding. Obviously as you know, using and manipul…
C++ For this assignment, you are developing a student registration system. For t
C++ For this assignment, you are developing a student registration system. For this system, you need to include the following classes a) Person: For this class add the required da…
C++ For this assignment, you will need to provide these public member functions
C++ For this assignment, you will need to provide these public member functions that perform the following tasks: appendNode appends a node containing the char value passed, to th…
C++ For this next part, you will be writing a low pass filter using a very basic
C++ For this next part, you will be writing a low pass filter using a very basic hanning window. The idea behind a low pass filter is to get rid of high frequencies, or, in essenc…
C++ For this problem, you will design and implement 2 classes and then write a d
C++ For this problem, you will design and implement 2 classes and then write a driver function to test these classes. The first will be a C++ class for an abstract data type color…
C++ For this problem, you will design and implement 2 classes and then write a d
C++ For this problem, you will design and implement 2 classes and then write a driver function to test these classes. The first will be a C++ class for an abstract data type color…
C++ For this problem, you will design and implement 2 classes and then write a d
C++ For this problem, you will design and implement 2 classes and then write a driver function to test these classes. The first will be a C++ class for an abstract data type color…
C++ For this program, you will implement the ShapeBuilder class in C++. The Shap
C++ For this program, you will implement the ShapeBuilder class in C++. The ShapeBuilder will ask the user what kind of shape he/she would like to build, and then ask for the appr…
C++ For this project you need to implement a scientific calculator program. This
C++ For this project you need to implement a scientific calculator program. This calculator should be able to read mathematical expressions and assignments, compute the result of …
C++ Format Create a program to handle a college class\'s information and grades:
C++ Format Create a program to handle a college class's information and grades: Capture the Teacher's name Capture the Class designation The program should ask how many students a…
C++ Fraction 1 1. Imagine that the company you work for is going to create a lot
C++ Fraction 1 1. Imagine that the company you work for is going to create a lot of tutorials on Fractions. You are to create a robust Fraction class that will have all of the fol…
C++ Full Project Create a templated queue class with an array based variant. An
C++ Full Project Create a templated queue class with an array based variant. An example header file below is given holding elements of type class DataType. This class should be te…
C++ Full code to copy please. Design a multifunction toaster over: The oven will
C++ Full code to copy please. Design a multifunction toaster over: The oven will have four dials/selectors as listed below: A Function selector: Toast, Broil, Warm, Bake (no need …
C++ Full code to copy please. Design a multifunction toaster over: The oven will
C++ Full code to copy please. Design a multifunction toaster over: The oven will have four dials/selectors as listed below: A Function selector: Toast, Broil, Warm, Bake (no need …
C++ Function Call By Reference and By Value Write a program that calculates week
C++ Function Call By Reference and By Value Write a program that calculates weekly payment. The program will ask the user full name, ID number (make one up), and hours worked. An …
C++ Function Call By Reference and By Value Write a program that calculates week
C++ Function Call By Reference and By Value Write a program that calculates weekly payment. The program will ask the user full name, ID number (make one up), and hours worked. An …
C++ Function with Array Parameters Problem: Write a function SwapArrayEnds() tha
C++ Function with Array Parameters Problem: Write a function SwapArrayEnds() that swaps the first and last elements of the function's array parameter. Ex: sortArray = {10, 20, 30,…
C++ Functions & Streams Write a program that will demonstrate some of the C++ Li
C++ Functions & Streams Write a program that will demonstrate some of the C++ Library Functions, Stream Manipulators, and Selection Control Structures. The user will be given …
C++ Functions True or False? ( a - g ) a. A function has exactly one return stat
C++ Functions True or False? ( a - g ) a. A function has exactly one return statement. (true/false) b. A function has at least one return statement. (true/false) c. A function has…
C++ Functions call by Reference Select only one of the following two questions.
C++ Functions call by Reference Select only one of the following two questions. uestion #1 Write a program that converts the original inches to feet and inches. The program must h…
C++ Functions w/ more than 1 argument ================================= - Write
C++ Functions w/ more than 1 argument ================================= - Write a function named conjunction, which takes two boolean inputs, and returns true if both inputs are t…
C++ GAME OF LIFE CODING ASSIGNMENT HELP PLEASEcomplete the code with comments gi
C++ GAME OF LIFE CODING ASSIGNMENT HELP PLEASEcomplete the code with comments given The game is called Game of Life: Any live cell with fewer than two live neighbours dies, as if …
C++ GAME OF LIFE UNIQUE PROJECT HELP **WILL PAY VIA VENMO APP/PAYPALL** thank yo
C++ GAME OF LIFE UNIQUE PROJECT HELP **WILL PAY VIA VENMO APP/PAYPALL** thank you complete the code with unique comments given The game is called Game of Life: Any live cell with …
C++ GCC compiler assignment ----------------------------------------------------
C++ GCC compiler assignment -------------------------------------------------------------------------------------------------------------------------------------------------------…
C++ Game of Life Task : Simulate the growth of a biological population. The Game
C++ Game of Life Task: Simulate the growth of a biological population. The Game of Life, invented by John H. Conway, is supposed to model the genetic laws for birth, survival, and…