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 70 / 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++ Program: NEED HELP! The following program prints the contents of the array b
C++ Program: NEED HELP! The following program prints the contents of the array block_of_int row by row. #include <iostream> using namespace std; int main() {      int block_…
C++ Program: Redesign the program that calculates the area of geometric shapes.
C++ Program: Redesign the program that calculates the area of geometric shapes. Create a function call for each selection the user makes. Use these as the function declaration: //…
C++ Program: The Class LightBulb represents an electrical device that shines. Co
C++ Program: The Class LightBulb represents an electrical device that shines. Consider the following diagrams below This instance was created by saying: 60Watt LightBulb, turned o…
C++ Program: The Class LightBulb represents an electrical device that shines. Co
C++ Program: The Class LightBulb represents an electrical device that shines. Consider the following diagrams below This instance was created by saying: 60Watt LightBulb, turned o…
C++ Program: The following program reads one character from the keyboard and wil
C++ Program: The following program reads one character from the keyboard and will display the character in uppercase if it is lowercase and does the opposite when the character is…
C++ Program: The name of the data file is \"Data5b.txt\". I attached the data va
C++ Program: The name of the data file is "Data5b.txt". I attached the data values from the text file at the bottom of this question. The attached text data file contains an unkno…
C++ Program: Translating Text to Morse Code Program needs to be able to translat
C++ Program: Translating Text to Morse Code Program needs to be able to translate a character of input into the equivalent Morse code. The mappings of the characters to Morse code…
C++ Program: Using Visual Studio The attached text data file contains an unknown
C++ Program: Using Visual Studio The attached text data file contains an unknown quantity of positive integers. Write a program that opens the file, counts how many values it cont…
C++ Program: Using Visual Studio: The attached text data file contains an unknow
C++ Program: Using Visual Studio: The attached text data file contains an unknown quantity of integers whose values are between 100 and 200. Write a program that opens the file, c…
C++ Program: Write a menu-driven program that prompts the user to enter an integ
C++ Program: Write a menu-driven program that prompts the user to enter an integer between 10 and 999 and allows the user to perform one or more of the following operations: Doubl…
C++ Program: Write a program that reads in the size of a multiplication table an
C++ Program: Write a program that reads in the size of a multiplication table and then prints out hte table. Your program should work for tables of all sizes between 1 and 15. Whe…
C++ Program: Write a program that takes its input from a file of numbers of type
C++ Program: Write a program that takes its input from a file of numbers of type double, ouputs the largest number found in the file and the average of the numbers in the file to …
C++ Program: Write a program that will read in a weight in kilograms and outputs
C++ Program: Write a program that will read in a weight in kilograms and outputs the equivalent weight in pounds and ounces. Express the pounds as an integer and ounces to the nea…
C++ Program: Write a program that will read in a weight in kilograms and outputs
C++ Program: Write a program that will read in a weight in kilograms and outputs the equivalent weight in pounds and ounces. Express the pounds as an integer and ounces to the nea…
C++ Programing Binary File I/O Football Game Scores Write a program that stores
C++ Programing Binary File I/O Football Game Scores Write a program that stores the following data about football game in a structure: Field Name Description visit_team c-string (…
C++ Programing Help needed - Please Visual Studio is the IDE . Node.h, LinkedLis
C++ Programing Help needed - Please Visual Studio is the IDE . Node.h, LinkedList.h, LLDriver.cpp Program description: You will implement and test an ORDERED linked list class tha…
C++ Programing Help needed - Visual Studio is the IDE. ( Follow the Instructions
C++ Programing Help needed - Visual Studio is the IDE. ( Follow the Instructions Properly) Node.h, LinkedList.h, LLDriver.cpp Program description: You will implement and test an O…
C++ Programing Joey is on a budget, and has been bringing peanut butter and jell
C++ Programing Joey is on a budget, and has been bringing peanut butter and jelly sandwiches to work. He would like a program which can calculate the exact cost of one peanut butt…
C++ Programing help: Consider the below code. Identify the potential problem(s)
C++ Programing help: Consider the below code. Identify the potential problem(s) if any in two methods: • DoWork1() • DoWork2() #include <iostream> #include <string> us…
C++ Programing help: Consider the following code. What would be the output of th
C++ Programing help: Consider the following code. What would be the output of the program? #include <iostream> #include <string> using namespace std; typedef struct { …
C++ Programing help: Q20: Define the function pointers that can be used to assig
C++ Programing help: Q20: Define the function pointers that can be used to assign the two overloading static methods of the Automobile class below to the function pointer variable…
C++ Programing help: This is theory not complete code. Consider the following co
C++ Programing help: This is theory not complete code. Consider the following code. What would be the output of the program? #include <iostream> #include <string> usin…
C++ Programing help: Write code to print out the Make, Model, and Year of the “c
C++ Programing help: Write code to print out the Make, Model, and Year of the “crossOver1” variable. Consider the below code. In this code, there are 4 classes (Automobile, Truck,…
C++ Programing problem: Hexadecimal numerals are integers written in base 16. Th
C++ Programing problem: Hexadecimal numerals are integers written in base 16. The 16 digits used are '0' through '9' plus 'a' for the “digit 10”, 'b' for the “digit 11”, 'c' for t…
C++ Programing question Write a program that asks the user the names of four run
C++ Programing question Write a program that asks the user the names of four runners and the time it took each of them to finish a race. The program should display who came in fir…
C++ Programing: For this problem, you will have to use GraphX (this means you mu
C++ Programing: For this problem, you will have to use GraphX (this means you must code or remote connect to a cselabs machine, GraphX will probably not work on your personal comp…
C++ Programing: For this problem, you will have to use GraphX (this means you mu
C++ Programing: For this problem, you will have to use GraphX (this means you must code or remote connect to a cselabs machine, GraphX will probably not work on your personal comp…
C++ Programing: In this exercise, you will design a class memberType. Part A: De
C++ Programing: In this exercise, you will design a class memberType. Part A: Design a class memberType can hold the name of a person, member ID, number of books bought, and amoun…
C++ Programing: Reuse your code from part A, add a dog at spot (200,200). This d
C++ Programing: Reuse your code from part A, add a dog at spot (200,200). This dog will walk towards the cat at speed 25 units. Choose the x or y direction that is the furthest di…
C++ Programing: Reuse your code from part A, add a dog at spot (200,200). This d
C++ Programing: Reuse your code from part A, add a dog at spot (200,200). This dog will walk towards the cat at speed 25 units. Choose the x or y direction that is the furthest di…
C++ Programmin. Please help. First part : using cout ----------------------- alw
C++ Programmin. Please help. First part : using cout ----------------------- always include at the top of a code-block a display like: // ****** First part ****** cout << "O…
C++ Programming (7th Edition) Author Malik, D.S.; Malik, D. Chapter 12 Programmi
C++ Programming (7th Edition) Author Malik, D.S.; Malik, D. Chapter 12 Programming Excerise 4 please !! I need the answer to this question!! Need Help ASAP!!!! Programming Exercis…
C++ Programming (Binary Search) Using part of the code from question 1 provided
C++ Programming (Binary Search) Using part of the code from question 1 provided below , you can start from step 3 in this question. Here is the relevant portions of previous code …
C++ Programming (Binary Search) Using part of the code from question 1 provided
C++ Programming (Binary Search) Using part of the code from question 1 provided below , you can start from step 3 in this question. Here is the relevant portions of previous code …
C++ Programming (Binary Search) Using part of the code from question 1 provided
C++ Programming (Binary Search) Using part of the code from question 1 provided below , you can start from step 3 in this question. Here is the relevant portions of previous code …
C++ Programming (C++14 standard) # Ifndef _MBRACKET_ # define _MBRACKET_ #includ
C++ Programming (C++14 standard) # Ifndef _MBRACKET_ # define _MBRACKET_ #include <string> using namespace std; bool is_left(char c); bool is_right(char c); bool matches(cha…
C++ Programming (Please help me!! Thank you!!): Problem B: Basic needs (20 point
C++ Programming (Please help me!! Thank you!!): Problem B: Basic needs (20 points) Add another room to the game. This room should be the “Toilet”, indicated by T's on the board at…
C++ Programming - Data Structures Hello I need help completing this assignment.
C++ Programming - Data Structures Hello I need help completing this assignment. All help is appreciated! Here is the prompt: In this chapter, the class dateType was designed to im…
C++ Programming - Fibonanchi Sequence USING STACK!!!! In mathematics, the Fibona
C++ Programming - Fibonanchi Sequence USING STACK!!!! In mathematics, the Fibonacci numbers or Fibonacci sequence are the numbers in the following integer sequence: 1,1,2,3,45,8,1…
C++ Programming - Fibonanchi Sequence USING STACK!!!! In mathematics, the Fibona
C++ Programming - Fibonanchi Sequence USING STACK!!!! In mathematics, the Fibonacci numbers or Fibonacci sequence are the numbers in the following integer sequence: 1,1,2,3,45,8,1…
C++ Programming 1. Suppose that first is a pointer to a linked list. What is sto
C++ Programming 1. Suppose that first is a pointer to a linked list. What is stored in first? 2. Consider the linked list shown in the figure below. Assume that the nodes are in t…
C++ Programming 1. Write a program that reads a set of integers into an array an
C++ Programming 1. Write a program that reads a set of integers into an array and find the sum of the odd and even integers. Use a sentinel value to end the input because you don’…
C++ Programming 3-7. Write a program that will use random number generation to c
C++ Programming 3-7. Write a program that will use random number generation to create sentences. Use the following four arrays to pick a word at random to form a grammatically cor…
C++ Programming 4. Programming Exercise 11 in Chapter 8 explains how to add larg
C++ Programming 4.   Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at mo…
C++ Programming : The keypad on your laboratory oven is used to enter the desire
C++ Programming : The keypad on your laboratory oven is used to enter the desired temperature and is arranged like the digits on a phone Unfortunately the circuitry is damaged and…
C++ Programming : instead of returning -1 it should throw exception using except
C++ Programming : instead of returning -1 it should throw exception using exception class. write three exceptions (1) Exception_Neg_Deposit //entering negative deposit (2) Excepti…
C++ Programming A \'array palindrome\' is an array which, when its elements are
C++ Programming A 'array palindrome' is an array which, when its elements are reversed, remains the same (i.e., the elements of the array are same when scanned forward or backward…
C++ Programming A company employs N employees - value of N is input by the user
C++ Programming A company employs N employees - value of N is input by the user such that N >= 10 [Validate Input]. Every employee is assigned an employee ID that ranges from 1…
C++ Programming Add 4 new Functions to this Project: 1. calcAreaCircle() 2. calc
C++ Programming Add 4 new Functions to this Project: 1. calcAreaCircle() 2. calcAreaSquare() 3. calAreaRectangle() 4.. calAreaTriangle() Each of these functions will process an Ar…
C++ Programming Add 4 new Functions to this Project: 1. calcAreaCircle() 2. calc
C++ Programming Add 4 new Functions to this Project: 1. calcAreaCircle() 2. calcAreaSquare() 3. calAreaRectangle() 4.. calAreaTriangle() Each of these functions will process an Ar…