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 73 / 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 Language. Create a class that holds the name and email address.
C++ Programming Language. Create a class that holds the name and email address. Create an array of 8 objects of the class type to hold the data. The class should have a member tha…
C++ Programming Language. Learn how to create a class that can be aggregated to
C++ Programming Language. Learn how to create a class that can be aggregated to another class. Create an object that accesses methods in another class. Pass data to, and retrieve …
C++ Programming Language. Thank you. Assignment --------------------------------
C++ Programming Language. Thank you. Assignment ----------------------------------------------------- Please help me by fixing my code. -------------------------------------------…
C++ Programming Lanuage: Write a program for Cody’s Car Care Shop that shows a u
C++ Programming Lanuage: Write a program for Cody’s Car Care Shop that shows a user a list of available services: 1. oil change $25.00 2. tire rotation $22.00 3. battery check $15…
C++ Programming Lanuage: Write a program that computes a business’s potential pr
C++ Programming Lanuage: Write a program that computes a business’s potential profits each year for 20 years using the following assumptions: 1. Gross profit in the first year is …
C++ Programming ONLY; I need two functions written below, please fill in only th
C++ Programming ONLY; I need two functions written below, please fill in only the TODO area. Guidelines for the two functions are: 1. Write a function InsertNth() which can insert…
C++ Programming Please suppose you have the file named flightData.dat and make a
C++ Programming Please suppose you have the file named flightData.dat and make a program to open an outpthis file. Thank you. Workout 1) Flight Data Collection A certain airline i…
C++ Programming Please write a recursive function to find the sum of the digits
C++ Programming Please write a recursive function to find the sum of the digits in an integer n. Prototype for this function is:      int sum_of_digits(int n); Please write  the f…
C++ Programming Problem Statement: This program will read books from an input fi
C++ Programming Problem Statement: This program will read books from an input file into your library data structure. A library consists of a list of books that can be in sorted or…
C++ Programming Problem Statement: This program will read books from an input fi
C++ Programming Problem Statement: This program will read books from an input file into your library data structure. A library consists of a list of books that can be in sorted or…
C++ Programming Problem Statement: This program will read books from an input fi
C++ Programming Problem Statement: This program will read books from an input file into your library data structure. A library consists of a list of books that can be in sorted or…
C++ Programming Programming Assignment #3: Student CS Grade Database Description
C++ Programming Programming Assignment #3: Student CS Grade Database Description: This program will read a data file that will contain students' scores for 5 Computer Science (CS)…
C++ Programming Project #3 Specifications Points Possible: 10 Modify C++ Program
C++ Programming Project #3 Specifications Points Possible: 10 Modify C++ Programming Project #2 to include arrays to hold input data display the revised Sample Output to include i…
C++ Programming Project #3 Specifications Points Possible: 10 Modify C++ Program
C++ Programming Project #3 Specifications Points Possible: 10 Modify C++ Programming Project #2 to include arrays to hold input data display the revised Sample Output to include i…
C++ Programming Project Instructions Complete the following programming project
C++ Programming Project Instructions Complete the following programming project according to the given specifications. You may need to review concepts from several units of the co…
C++ Programming Project: An Employee Class Hierarchy I need help with my code. M
C++ Programming Project: An Employee Class Hierarchy I need help with my code. My program does not compile; it returns with many errors. The following contains my code along with …
C++ Programming Project: An Employee Class Hierarchy Note: This project builds o
C++ Programming Project: An Employee Class Hierarchy Note: This project builds off of another project. Only three files should be included: employee.h, main.cpp, and employee.cpp.…
C++ Programming Project: Dynamic Array Template Note: The only thing that needs
C++ Programming Project: Dynamic Array Template Note: The only thing that needs to be written for the new project is the dynarray.h file (main.cpp is already included). Background…
C++ Programming Project: File I/O I wrote this program incorrectly. I would like
C++ Programming Project: File I/O I wrote this program incorrectly. I would like it to be corrected to understand where I went wrong. The feedback I received was that "read() does…
C++ Programming Question using Visual Studio. Complete implementations for the s
C++ Programming Question using Visual Studio. Complete implementations for the student member functions given the structure below in order to compute the GPAs for two students. Th…
C++ Programming Question: A magic square is an NxN (i.e, square) matrix of numbe
C++ Programming Question: A magic square is an NxN (i.e, square) matrix of numbers containing all numbers from 1 to N*N such that all the numbers in any given row, column, or main…
C++ Programming Question: Prompt the user for a value to take the square root of
C++ Programming Question: Prompt the user for a value to take the square root of. If the user enters zero or a negative value, keep prompting and getting a value till valid. Imple…
C++ Programming Questions: 1) All ______ begin and end at the same vertex and do
C++ Programming Questions: 1) All ______ begin and end at the same vertex and do not pass through any other vertices more than once. a) paths b) simple paths c) cycles d) simple c…
C++ Programming Quick Assignment: Please make sure ALL parts are done and the co
C++ Programming Quick Assignment: Please make sure ALL parts are done and the code compiles and runs for a thumbs up :-) config.h: /** * List class (Lab 3/Lab 4) configuration fil…
C++ Programming Quiz 9 In all questions involving function headers, be sure to t
C++ Programming Quiz 9 In all questions involving function headers, be sure to think of whether function arguments and return values should be references, whether they should be c…
C++ Programming Random monoalphabet cipher. The caeser cipher, which shifts all
C++ Programming Random monoalphabet cipher. The caeser cipher, which shifts all letters by a certain amount, is easy to decipher. Try this, instead of numbers use letters. Conside…
C++ Programming Scenario A supermarket has 9 cashiers. Customers arrive and leav
C++ Programming Scenario A supermarket has 9 cashiers. Customers arrive and leave at random time intervals. Use 0-5 seconds for this project. The goal of the program is to put the…
C++ Programming State the purpose of the function in your own words. Next specif
C++ Programming State the purpose of the function in your own words. Next specify input that is needed for the function to complete the task, and state what input should be passed…
C++ Programming Tasks and Code Analysis Task 1 - Task 9 and Analysis Table Pleas
C++ Programming Tasks and Code Analysis Task 1 - Task 9 and Analysis Table Please place code below. (45 Points) Programming Tasks and Code Analysis Make sure to implement proper c…
C++ Programming Templates Create a class template Pair that houses 2 items of da
C++ Programming Templates Create a class template Pair that houses 2 items of datatype T. Whatever datatype stored needs to implement the < and > operators. There should be …
C++ Programming The Powerball lottery allows participants to pick 5 numbers from
C++ Programming The Powerball lottery allows participants to pick 5 numbers from numbers ranging from 1 to 69 and a Powerball number ranging from 1 to 26. The odds of winning is c…
C++ Programming The name of the function to overload the operator
C++ Programming The name of the function to overload the operator <= is ____. Question 1 options: Question 2 Suppose str = "xyzw";. After the statement str[2] = 'Y'; The value …
C++ Programming The purpose of the assignment is to practice writing methods tha
C++ Programming The purpose of the assignment is to practice writing methods that are recursive. We will write four methods each is worth 15 points. a- int sum_sqr_rec(stack<in…
C++ Programming This is my workout 1 program: #include #include
C++ Programming This is my workout 1 program: #include <iostream> #include <string> #include <fstream> using namespace std; int main () { ofstream myfile; // out…
C++ Programming This is the content of pb_2014.txt 01/01/14 15 24 40 48 52 23 x
C++ Programming This is the content of pb_2014.txt 01/01/14 15 24 40 48 52 23 x PP 01/04/14 19 20 37 41 58 14 x PP 01/08/14 10 28 39 47 58 22 x PP 01/11/14 10 15 33 48 54 34 x PP …
C++ Programming This is the content of pb_2014.txt 01/01/14 15 24 40 48 52 23 x
C++ Programming This is the content of pb_2014.txt 01/01/14 15 24 40 48 52 23 x PP 01/04/14 19 20 37 41 58 14 x PP 01/08/14 10 28 39 47 58 22 x PP 01/11/14 10 15 33 48 54 34 x PP …
C++ Programming True or False: A) The name of an array is an address that points
C++ Programming True or False: A) The name of an array is an address that points to the first element of the array. B) The keyword new (ex. x=new int ) allocates a memory location…
C++ Programming True or False: A) int findsum(int a, int b) is an example of a f
C++ Programming True or False: A) int findsum(int a, int b) is an example of a function declaration B) A variable that holds an address of another variable is known as a pointer. …
C++ Programming Using Microsoft Visual Studio 2017 I need the compiler to be usi
C++ Programming Using Microsoft Visual Studio 2017 I need the compiler to be using the programming style of Visual Studio. Thank you! Write a program that will ask the user for tw…
C++ Programming Using the dictionary of four letter words write a program that w
C++ Programming Using the dictionary 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 word. Your p…
C++ Programming Using these functions: leap, days_in_month, valiDATE (shown belo
C++ Programming Using these functions: leap, days_in_month, valiDATE (shown below) write another function that will convert a date of the form MM DD YYYY to the Julian date form D…
C++ Programming Windows Console Application Write a program that will read two f
C++ Programming Windows Console Application Write a program that will read two floating point numbers (the first read into a variable called first and the second read into a varia…
C++ Programming Write a C++ program that will read 10 records into an array from
C++ Programming Write a C++ program that will read 10 records into an array from a data file. Each record should contain an employee ID, hours worked and pay rate. You should calc…
C++ Programming Write a Circle class that has the following member variables: •
C++ Programming Write a Circle class that has the following member variables: • radius : a double • pi : a double initialized with the value 3.14159 The class should have the foll…
C++ Programming Write a Circle class that has the following member variables: •
C++ Programming Write a Circle class that has the following member variables: • radius : a double • pi : a double initialized with the value 3.14159 The class should have the foll…
C++ Programming Write a function called runningSum that accepts an input stream
C++ Programming Write a function called runningSum that accepts an input stream and an output stream as parameters. The input stream represents an input file holding a sequence of…
C++ Programming Write a function named blackjack that accepts an input stream an
C++ Programming Write a function named blackjack that accepts an input stream and an output stream as parameters. The input stream represents an input file containing a hand of pl…
C++ Programming Write a function named mostCommonNames that accepts an input str
C++ Programming Write a function named mostCommonNames that accepts an input stream and an output stream as parameters. The input stream represents an input file whose data is a s…
C++ Programming Write a function named pizza that accepts an input stream and an
C++ Programming Write a function named pizza that accepts an input stream and an output stream as parameters. The input stream represents an input file. Imagine that a college dor…
C++ Programming Write a function that determines if two strings are anagrams. Th
C++ Programming Write a function that determines if two strings are anagrams. The function should not be case sensitive and should disregard any punctuation or spaces. Two strings…