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 76 / 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++ Programming: What code would need to be entered on line 12 so that the progr
C++ Programming: What code would need to be entered on line 12 so that the program functioned as required in the comment on line 10 and 11? Your answer must be 100% correct (all o…
C++ Programming: Write a program that declares a struct to store the data of a f
C++ Programming: Write a program that declares a struct to store the data of a football player (player’s name, player’s position, number of touchdowns, number of catches, number o…
C++ Programming: Write an Else If Statement that prints out a message based on t
C++ Programming: Write an Else If Statement that prints out a message based on the following rules: If the distance is The shipping cost is At least 1 but less than 100 miles $5.0…
C++ Programming: You must use a while loop as instructed for this task. Do not u
C++ Programming: You must use a while loop as instructed for this task. Do not use functions, arrays or struct statements. Please write the code with same format in the code below…
C++ Programming: data structures This one will be based on an array, but will pr
C++ Programming: data structures This one will be based on an array, but will provide more features than a plain old array. You will implement the following as part of your class,…
C++ Programming:Arrays Objectives: 1. Write a program that finds the highest, lo
C++ Programming:Arrays Objectives: 1. Write a program that finds the highest, lowest, mean, and median values of a set of numerical data 2. Use Arrays to store data and sort 3. Us…
C++ Progrmaming Ch. 5 Stacks ** Please actually help! I have asked this question
C++ Progrmaming Ch. 5 Stacks ** Please actually help! I have asked this question three times now and every response has not compiled and has many errors. *** Develop an expression…
C++ Progrmming. Create an ADT that contains a fixed-size array that holds 20 int
C++ Progrmming. Create an ADT that contains a fixed-size array that holds 20 integers (i.e., int array[20]; ) and the following member functions: (30 points) A default constructor…
C++ Project 1) Prompt the user to enter a string of their choosing (Hint: you wi
C++ Project 1) Prompt the user to enter a string of their choosing (Hint: you will need to call the getline() function to read a string consisting of white spaces.) Store the text…
C++ Project 1: Elevator Following the class diagram shown below, create the clas
C++ Project 1: Elevator Following the class diagram shown below, create the class Elevator. An Elevator represents a moveable carriage that lifts passengers between floors. As an …
C++ Project 1: Pointer TrashCan Using the TrashCan class provided earlier, upgra
C++ Project 1: Pointer TrashCan Using the TrashCan class provided earlier, upgrade the class so that operator << and operator >> work well with pointers (that is, Tras…
C++ Project 1: Random Sentence Generator 1 OVERVIEW A Random Sentence Generator
C++ Project 1: Random Sentence Generator 1 OVERVIEW A Random Sentence Generator (RSG) constructs sentences, paragraphs, and even papers that fit a prescribed format. The format is…
C++ Project : (I have put the required file N.h and a SampleMain below) (@chegg
C++ Project : (I have put the required file N.h and a SampleMain below) (@chegg users please don’t copy the answer) Please provide actual code and not a diagram, thank you. Part 1…
C++ Project Create a templated Queue Class with a node based variant. The follow
C++ Project Create a templated Queue Class with a node based variant. The following is an example of the NodeQueue header file that will be holding elements of type class DataType…
C++ Project Create a templated queue class with an array based variant. An examp
C++ 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 templat…
C++ Project Create a templated queue class with an array based variant. An examp
C++ 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 templat…
C++ Project Create a templated queue class with an array based variant. An examp
C++ 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 templat…
C++ Project For this project, you will create a program that calculates the numb
C++ Project For this project, you will create a program that calculates the number of possible individual-sale tickets for the Broadway play "Hamilton" at the Richard Rodgers Thea…
C++ Project Machine Problem 5 - Queues Write a program that simulates a checkout
C++ Project Machine Problem 5 - Queues Write a program that simulates a checkout line at a supermarket. The line is a queue object. Customers (i.e. customer objects) arrive in ran…
C++ Project Name: IC08_TimeCalculator Write a program that asks the user to ente
C++ Project Name: IC08_TimeCalculator Write a program that asks the user to enter a number of seconds. • There are 60 seconds in a minute. If the number of seconds entered by the …
C++ Project Name: IC22_Inventory Write a program that defines and uses a structu
C++ Project Name: IC22_Inventory Write a program that defines and uses a structure (named Inventory) to store the following inventory data in a file:   Item Description (at most 5…
C++ Project Name: IC23_TriviaGame In this programming challenge you will create
C++ Project Name: IC23_TriviaGame In this programming challenge you will create a simple trivia game for two players. The program will work like this:   Starting with player 1, ea…
C++ Project Name: IC25_CustomerData Design a class named PersonData with the fol
C++ Project Name: IC25_CustomerData Design a class named PersonData with the following member variables:   • lastName   • firstName   • address   • city   • state   • zip   • phon…
C++ Project Name: IC25_Ships Design a Ship class that has the following members:
C++ Project Name: IC25_Ships Design a Ship class that has the following members:   • A member variable for the name of the ship (a string)   • A member variable for the year that …
C++ Project Problem: Write a program that determines which of a company\'s four
C++ Project Problem: Write a program that determines which of a company's four divisions (North, South, East, West) had the greatest sales for a quarter. It must include the follo…
C++ Project Problem: Write a program that determines which of a company\'s four
C++ Project Problem: Write a program that determines which of a company's four divisions (North, South, East, West) had the greatest sales for a quarter. It must include the follo…
C++ Project The mode is the value that appears most often in a set of data. Writ
C++ Project The mode is the value that appears most often in a set of data. Write a function named findMode that takes as parameters an array of int and the size of the array, and…
C++ Project Use the “static stack template class”, to build a “char” stack. Then
C++ Project Use the “static stack template class”, to build a “char” stack. Then, write the code of the postfix expression calculator, following the algorithm given in class. We c…
C++ Project help! The Problem You remember the Collatz sequence, don\'t ya? Here
C++ Project help! The Problem You remember the Collatz sequence, don't ya? Here is a little reminder in case you didn't. http://en.wikipedia.org/wiki/Collatz conjecture One of the…
C++ Project. For this project, you will create a class for an elementary school
C++ Project. For this project, you will create a class for an elementary school that will allow a teacher to enter each student's seating assignment. Occasionally, the teacher may…
C++ Pruning BSTs : write a method/function that prunes a BST by “deleting” nodes
C++ Pruning BSTs: write a method/function that prunes a BST by “deleting” nodes with key values out of a given range [min, max]. Since actual deletions of nodes from BST is expens…
C++ Punch Line Program Write a program that reads and prints a joke and its punc
C++ Punch Line Program Write a program that reads and prints a joke and its punch line from two different files. The first file contains a joke, but not its punch line. The second…
C++ Punch Line. Write a program that reads and prints a joke and its punch line
C++ Punch Line. Write a program that reads and prints a joke and its punch line from two different files (please keep it clean). The first file contains a joke, but not its punch …
C++ Purpose This assignment is an exercise in implementing the queue ADT using a
C++ Purpose This assignment is an exercise in implementing the queue ADT using an "circular" array-based data structure as discussed in lecture. This assignment also introduces th…
C++ Purpose: To practice arrays of records, and stepwise program development. 1.
C++ Purpose: To practice arrays of records, and stepwise program development. 1. Define a record data type for a single playing card. A playing card has a suit ('H','D','S',or 'C'…
C++ Putting it all together, Classes, Objects, Inheritance: Assignment Create a
C++ Putting it all together, Classes, Objects, Inheritance: Assignment Create a class called FitnessMember that has only one instance variable, called name. The person class shoul…
C++ Q4 needed Us visual studio not java A mail-order house sells five products w
C++ Q4 needed Us visual studio not java A mail-order house sells five products whose retail prices are as follows: product 1, $2.98; product 2, $4.50; product 3, $9.98; product 4,…
C++ QUESTION /*This program calculates a students course average using randomly
C++ QUESTION /*This program calculates a students course average using randomly generated grades. You will need to edit the program where 'FIXME' is noted as well as make some add…
C++ QUESTION AND CODE ATTACHED BELOW: (i)Getting a debugger to work, where it st
C++ QUESTION AND CODE ATTACHED BELOW:  (i)Getting a debugger to work, where it stops at a line and allows you to examine variables, (ii)Using the debugger, step through the progra…
C++ QUESTION! I need help with this question!! Please make sure you USE the EVAL
C++ QUESTION! I need help with this question!! Please make sure you USE the EVALUATION ALGORITHM provided at the end of the page!! PLEASE ADD NOTES TO THE SOLUTION SO I CAN UNDERS…
C++ QUESTION! Someone else posted an answer to this question, but it\'s wrong. P
C++ QUESTION! Someone else posted an answer to this question, but it's wrong. Please help me with this question! Thank you. You may program the below as individual programs or in …
C++ QUESTION!! PLEASE HELP. Give the procedural C++ code for the recursive deall
C++ QUESTION!! PLEASE HELP. Give the procedural C++ code for the recursive deallocation of a binary search tree, which is accomplished with the functions: void deallocate(BST *tre…
C++ QUESTION. INTRO TO C++ COURSE Write two functions as follows: One function i
C++ QUESTION. INTRO TO C++ COURSE Write two functions as follows: One function is named all_inches and takes two int parameters, f and i that represent a length in feet and inches…
C++ QUESTION: You will be provided with an input file that has a series of encod
C++ QUESTION: You will be provided with an input file that has a series of encoded messages. You will need to read in the file and decode the messages. You must check to make sure…
C++ QUESTIONS ANSWER ALL AND TRY TO TELL ME WHY ITS THAT AWNSER! 1. How many cha
C++ QUESTIONS ANSWER ALL AND TRY TO TELL ME WHY ITS THAT AWNSER! 1. How many characters are there in the extended ASCII character set used on our PCs? a. 256 b. 127 c. 26 d. it de…
C++ QUICK HELP! SHOULD BE REALLY EASY! For this program, what #includes do i nee
C++ QUICK HELP! SHOULD BE REALLY EASY! For this program, what #includes do i need for it to work on lines 4, 5, and 6. And I keep getting this error on line 275 and 278 Error   1 …
C++ Q\': • The main program and each class definition must be in separate files.
C++ Q': • The main program and each class definition must be in separate files. • Hard code test data in the program. Do not enter test data when you run the program. • Use functi…
C++ Question #2 2. Design a class named Can to represent a cylindrical aluminum
C++ Question #2 2. Design a class named Can to represent a cylindrical aluminum can. Objects of this class should know their own (empty) weight in grams and their dimensions base …
C++ Question 1. Read student information from a file, named “Test.txt”, to an ar
C++ Question 1. Read student information from a file, named “Test.txt”, to an array of type Student. The file should contain the details of 20 students. The information of each st…
C++ Question 1.Create a function that will receive an array of the type doubles
C++ Question 1.Create a function that will receive an array of the type doubles and a number of items in the array. (The function should assign zeros to all of the locations.) ___…