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 101 / 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 windows application console!! Write a program that prompts for t
C++ programming windows application console!! Write a program that prompts for the day and month of the user's birthday, then prompts first for the user's occupation (programmer, …
C++ programming windows console application!!! We need to make a slot machine si
C++ programming windows console application!!! We need to make a slot machine simulator. As a matter of fact we want to simulate 3 and 4 wheel slot machines. Each wheel has a BAR;…
C++ programming windows console application!!! Write a program that uses a for l
C++ programming windows console application!!! Write a program that uses a for loop to display the temperature conversions for a range of centigrade temperatures to their fahrenhe…
C++ programming {{{please i need all codes and it should creat class ,hedear fil
C++ programming {{{please i need all codes and it should creat class ,hedear file ,and cpp file}}} please the output should be same the output in this question as following: Q: Im…
C++ programming • Write the body of a function with the following signature. boo
C++ programming • Write the body of a function with the following signature. bool divisible_11(int n, int &s); • You are given an input positive integer n > 0. • The decima…
C++ programming! A deck of cards problem! Please help me out Write the member fu
C++ programming! A deck of cards problem! Please help me out Write the member function implementations for the class hand, which simulates a hand of 2 cards, into the file hand.cp…
C++ programming! A deck of cards problem! Write the member function implementati
C++ programming! A deck of cards problem! Write the member function implementations for the class dock, which simulates the standard dock of 52 playing cards, into the file dock.c…
C++ programming!!! Don\'t forget to respond to the questions in the \"Run and su
C++ programming!!! Don't forget to respond to the questions in the "Run and submission" part!!! Instructions: In this week’s lab, you will be defining four variables in main and p…
C++ programming, Please help me create main . Please post the output as well. In
C++ programming, Please help me create main. Please post the output as well. In this program you are going to use the binary tree class you created in Assignment 1 this week. Firs…
C++ programming, add explain, please. Consider the following structure struct No
C++ programming, add explain, please. Consider the following structure struct Node Node prev; int keyi Node next 10 12 Consider a pcinter named head that points to the first node …
C++ programming, add explain, please. Write a C++function to delete a node to th
C++ programming, add explain, please. Write a C++function to delete a node to the beginning of a linked list. Your function takes one argument- the head of the linked list with at…
C++ programming, do not use class. A company pays its employees as managers (who
C++ programming, do not use class. A company pays its employees as managers (who receive a fixed weekly salary), hourly workers (who receive a fixed hourly wage for up to the firs…
C++ programming. C++ programming. ----------------------------------------------
C++ programming. C++ programming. -------------------------------------------------------- Suppose there is a game with two options: A and B. Each of these options adds a differen…
C++ programming. Can someone please explain to me whats happening here and inter
C++ programming. Can someone please explain to me whats happening here and interpret it top down in laymans terms. Thank You #include <iostream> #include <string> usin…
C++ programming. Create a Phone Book program that contains first name, last name
C++ programming. Create a Phone Book program that contains first name, last name and phone number. It must be menu driven and allow the user to: 1. Create entries 2. Read a list o…
C++ programming. Create a Phone Book program that is menu driven and allows the
C++ programming. Create a Phone Book program that is menu driven and allows the user to: 1. Create entries 2. Read a list of entries (display a list of entries) that are selectabl…
C++ programming. I am getting error please help In this program you will use the
C++ programming. I am getting error please help In this program you will use the stack class you created in Assignment 1. First you will create a class called InventoryItem. This …
C++ programming. I need help creating a formula that will find the factors ofany
C++ programming. I need help creating a formula that will find the factors ofany given number. It needs to create a table with 5 columns andeach column needs to have a width of 11…
C++ programming. In this assignment, we will keep track of the strings a user ha
C++ programming. In this assignment, we will keep track of the strings a user has entered and the amount of times each string was recorded. Create an array of strings of a large s…
C++ programming. Please help me fix the error. Also, post the output. Write a pr
C++ programming. Please help me fix the error. Also, post the output. Write a program for a police department that has collected a database of information on various suspects for …
C++ programming. Please help. any comments will really help - Programming Exerci
C++ programming. Please help. any comments will really help - Programming Exercise 2. Implement the member function moveToNth(...) that removes the item marked by the cursor and i…
C++ programming. Please help. any comments will really help - Programming Exerci
C++ programming. Please help. any comments will really help - Programming Exercise 2. Implement the member function moveToNth(...) that removes the item marked by the cursor and i…
C++ programming. Please provide the code and use comments throughout code!! Make
C++ programming. Please provide the code and use comments throughout code!! Make sure the output is the same as the one shown below. Neat coding. Programming Assignment #3: Studen…
C++ programming. The program does not find the EmployeeId, please help me fix th
C++ programming. The program does not find the EmployeeId, please help me fix the error. In this program you are going to use the binary tree class you created in Assignment 1 thi…
C++ programming. Three regular functions, one for getting the data on the four s
C++ programming. Three regular functions, one for getting the data on the four students, one for calculating the GPA, and one for the output. One of the functions must be recursiv…
C++ programming. code needs to output sample The Affine cipher is a cryptographi
C++ programming. code needs to output sample The Affine cipher is a cryptographic method for encrypting text such that it becomes unreadable to a party without access to the crypt…
C++ programming: (Please help me out with this assignment, thank you!) Your solu
C++ programming: (Please help me out with this assignment, thank you!) Your solution should for this assignment consist of five (5) files: Card.h (class specification file) Card.c…
C++ programming: Build a Guessing Game Program Write a program to implement the
C++ programming: Build a Guessing Game Program Write a program to implement the Number Guessing Game. The main method should loop as long as the user wants to play the game again.…
C++ programming: Create a program that accepts comma seprated stream of data in
C++ programming: Create a program that accepts comma seprated stream of data in CSV format reads odometer and gallons from a file, calculate mile per gallon, and average mile per …
C++ programming: Q.1 Write a program that uses a recursive function to compute t
C++ programming: Q.1 Write a program that uses a recursive function to compute the sum of the squares of all the numbers smaller or equal to a given number. For example, if the fu…
C++ programming: True/False questions Question 1 A constructor can be overloaded
C++ programming: True/False questions Question 1 A constructor can be overloaded to initialize members of a class with different data types. Question 2 Using a class template, you…
C++ programming: Use a do...while loop to implement repeating until the user wan
C++ programming: Use a do...while loop to implement repeating until the user wants to quits. Use a for loop to output the number of terms requested. One line per input variable wi…
C++ programming: Your goal is to implement an application that allows employees
C++ programming: Your goal is to implement an application that allows employees of a pizzeria to place a customer order. Your application should: 1. get customer information inclu…
C++ programming: Your solution should for this assignment consist of five (5) fi
C++ programming: Your solution should for this assignment consist of five (5) files: Card.h (class specification file) Card.cpp (class implementation file) DeckOfCards.h (class sp…
C++ programming: define each function and must be preceded by a comment block th
C++ programming: define each function and must be preceded by a comment block that includes: 1) One line per parameter indicating if it is an input (passed by value) or IO (passed…
C++ programming; You have 3 monsters – each monster has a health (starts at 100)
C++ programming; You have 3 monsters – each monster has a health (starts at 100) and a damage potential (starts as a random number between 1 and 3, multiplied by 2.) 2 monsters ar…
C++ programs need to be written based on the following assignment... In this ass
C++ programs need to be written based on the following assignment... In this assignment, you will implement a simple Tic-Tac-Toe game. It will be possible to play human-vs-human, …
C++ project For this project, you will create a class for an elementary school t
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++ project Machine Problem 7 - Hashing Write a program to do the following: loa
C++ project Machine Problem 7 - Hashing Write a program to do the following: loads username/password sets from the file password.txt and insert them into the hash table until the …
C++ project PART 1: Resistance [10 points] Let R be a circuit made up of three r
C++ project PART 1: Resistance [10 points] Let R be a circuit made up of three resistors, r1, r2, and r3. Write a function in C++ called calcResistance() that calculates the total…
C++ project need help!!!! Shipping Charges The Fast Freight Shipping Company cha
C++ project need help!!!! Shipping Charges The Fast Freight Shipping Company charges the following rates: ___________________________________________________________________ Weigh…
C++ project will play the classic hangman game. The rules of hangman are: • Ask
C++ project will play the classic hangman game. The rules of hangman are: • Ask the user for what word number the user wants to play. There is a file, word.txt, which will contain…
C++ project. Please write a program which repeatedly asks the user to enter vote
C++ project. Please write a program which repeatedly asks the user to enter votes for different contestants in a game show and then outputs the winner and the number of votes s/he…
C++ project. Please write a program which repeatedly asks the user to enter vote
C++ project. Please write a program which repeatedly asks the user to enter votes for different contestants in a game show and then outputs the winner and the number of votes s/he…
C++ projects need help (complete answer+.exe file for best answer) Better TrashC
C++ projects need help (complete answer+.exe file for best answer) Better TrashCan I have provided you with a sample class named TrashCan which has been diagrammed below and descr…
C++ question - Classes - question 2 is part of question 1 ----------------------
C++ question - Classes - question 2 is part of question 1 ----------------------------------------------------- Exercise 1: Implement the Array class that is defined below and tes…
C++ question 1. Write a program that will determine if an integer between 10,000
C++ question 1. Write a program that will determine if an integer between 10,000 and -10,000, entered by the user, is an even or an odd value and also if it is a negative or posit…
C++ question A third-grade teacher at Plano Elementary School wants a program th
C++ question A third-grade teacher at Plano Elementary School wants a program that allows a student to enter the amount of money a customer owes and the amount of money the custom…
C++ question Create a program that can simulate randomly rolling dice for the ga
C++ question Create a program that can simulate randomly rolling dice for the game of Yahtzee. This game is fairly complex but our program will only look for full houses (two and …
C++ question For dynamic bag, implement the operators -= and – for the class. Th
C++ question For dynamic bag, implement the operators -= and – for the class. These operators compute the difference between two bags. In summary b1-b2 results in a bag that has t…