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 1512 / 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++ programing. Write a class named Car that has the following data members: • y
c++ programing. Write a class named Car that has the following data members: • yearModel: an int that holds the car’s year model • make: a string that holds the make of the car • …
c++ programing: heres my code which gives an incorrect output, how can i fix it
c++ programing: heres my code which gives an incorrect output, how can i fix it to create the correct output? both shown below. heres my code: #include <iostream> #include &…
c++ programming (inheritance) NO SPAM PLZ two players compete by choosing Rock,
c++ programming (inheritance) NO SPAM PLZ two players compete by choosing Rock, Paper or Scissors and the winner of the game is determined by comparing the choices of the players.…
c++ programming - Checkbook Write a C++ program to perform the basic operations
c++ programming - Checkbook Write a C++ program to perform the basic operations of the checkbook. There will be only four types of transactions as follows: ? - cash withdrawals ? …
c++ programming .c format stdio.h No iostream. thanks!! ETHeading 1 Normal 1No S
c++ programming .c format stdio.h No iostream. thanks!! ETHeading 1 Normal 1No Spa TiteSubiale Paragraph Styles alled, but first we need to close some apps. Update now Programming…
c++ programming 2.3 Sorting Implement a base class called Sort. All other sortin
c++ programming 2.3 Sorting Implement a base class called Sort. All other sorting algorithms must be derived from this class. You should decide how you are going to store the data…
c++ programming ECNG 1009 Introduction to Programming In Course Exam 1 2016/17 S
c++ programming ECNG 1009 Introduction to Programming In Course Exam 1 2016/17 Supplemental Sheet Scenarlioc The technical team of a leading mobile telecommunications provider in …
c++ programming ECNG 1009 introduction to Programming In Course Exam 1 2016/17 S
c++ programming ECNG 1009 introduction to Programming In Course Exam 1 2016/17 Supplemental Sheet mobile telecommunications provider in the Caribbean has hired you as a Scenario: …
c++ programming For two points u and v, the distance d between them is given as
c++ programming For two points u and v, the distance d between them is given as follows. d = q (ux ? vx) 2 + (uy ? vy) 2 . • Write a function distance to calculate the distance be…
c++ programming The objective of this Program is to process and determine statis
c++ programming The objective of this Program is to process and determine statistics for several different data sets, as well as process and determine statistics for a data set fo…
c++ programming There is a file of a few movies that contains the following data
c++ programming There is a file of a few movies that contains the following data: Date of release Movie name Production cost Gross profit Your assignment is: for each movie, 1. Wi…
c++ programming You are to implement a class called Complex that can be used to
c++ programming You are to implement a class called Complex that can be used to represent complex numbers. Complex numbers have two parts: a real part and an imaginary part. Compl…
c++ programming You may design your program to expect any data set will be ho lr
c++ programming   You may design your program to expect any data set will be ho lrger tnin 100 Potentially your program could process several different data sets, though you will …
c++ programming construct a class named car containing three data members: a dou
c++ programming construct a class named car containing three data members: a double precision variable named enginesize, a character variable named bodystyle and an integer variab…
c++ programming determine statistics for a data set formed by combining all the
c++ programming determine statistics for a data set formed by combining all the input data sets into one data set This program is a required program for the course. The score on t…
c++ programming for simulation a robot clean rooms Roomba can only go left, righ
c++ programming for simulation a robot clean rooms   Roomba can only go left, right, up, and down from its current location. Keep the classes, members, and functionality specified…
c++ programming for simulation a roomba clean rooms( need File I/O,Templates, In
c++ programming for simulation a roomba clean rooms( need File I/O,Templates, Inheritance, Vectors, and Exceptions) Roomba can only go left, right, up, and down from its current l…
c++ programming format please et.UM p 12 2018 1. How long ill it take to pay off
c++ programming format please et.UM p 12 2018 1. How long ill it take to pay off a credit card balance if you just keep paying the minimu required monthly payment? Write a program…
c++ programming homework...please help..I\'m lost!! In this exercise, you will c
c++ programming homework...please help..I'm lost!! In this exercise, you will create a program that displays both the smallest and largest of three integers entered by the user. e…
c++ programming language Consider the following class definitions: (2, 8) class
c++ programming language Consider the following class definitions: (2, 8) class smart {public: void print() const; void set (int, int); int sum(); smart(); smart(int, int); privat…
c++ programming language Suppose that you have die following definitions: (8) st
c++ programming language Suppose that you have die following definitions: (8) struct timeType {int hr; double min; double min; int sec;}; struct tourType {string cityName; int dis…
c++ programming only please Write a program to simulate the operation of a cashp
c++ programming only please Write a program to simulate the operation of a cashpoint machine. For simplicity, assume that the bank has only 3 clients, whose data will be stored in…
c++ programming problem Frequent Flyer Miles Calculator Write a C++ program that
c++ programming problem Frequent Flyer Miles Calculator Write a C++ program that calculates how many frequent flyer miles are needes for a free ticket on a new startup airline. Fr…
c++ programming questions, most points to most complete! 1. The block of code th
c++ programming questions, most points to most complete! 1. The block of code that checks if an unusual situation or error occurs is called (Points : 2) the try block the catch bl…
c++ programming questions, most points to most complete! Question 17.17. What is
c++ programming questions, most points to most complete! Question 17.17. What is the output of the following code fragment? int f1(int base, int limit) { if(base > limit) retur…
c++ programming questions, most points to most complete! Question 31.31. Given t
c++ programming questions, most points to most complete! Question 31.31. Given the following class and array declaration, how would you print out the age of the 10th person in the…
c++ programming questions, most points to most complete! Question 37.37. Given t
c++ programming questions, most points to most complete! Question 37.37. Given the following class, what would be the best declaration for a mutator function that allows the user …
c++ programming questions, most points to most complete! Question 8.8. If you ha
c++ programming questions, most points to most complete! Question 8.8. If you have the following class definitions, which of the following is the proper way to construct an object…
c++ programming questions: If a problem of size n requires time that is directly
c++ programming questions: If a problem of size n requires time that is directly proportional to n, the problem is _____ a) O(1) b) O(n) c) O(n^2) d) O(log_2 n) Which of the follo…
c++ programming questions: If a problem of size n requires time that is directly
c++ programming questions: If a problem of size n requires time that is directly proportional to n, the problem is ____________. a) O(1) b) O(n) c) O(n^2) d) O(log_2 n) Which of t…
c++ programming questions: The selection sort continues until _____ of the n ite
c++ programming questions: The selection sort continues until _____ of the n items in an array have been swapped. a) n/2 b) n - 2 c) n - 1 d) n Given the following array: 4 15 8 3…
c++ programming questions: The selection sort continues until ______________ of
c++ programming questions: The selection sort continues until ______________ of the n items in an array have been swapped. a) n/2 b) n - 2 c) n - 1 d) n Given the following array:…
c++ programming questions: Why is the prefix form of + + operator is more effici
c++ programming questions: Why is the prefix form of + + operator is more efficient than the postfix form for user-defined classes? What is this? What is * this? True or false: Yo…
c++ programming visual studio 2013 You and a few friends are trying to earn a fe
c++ programming visual studio 2013 You and a few friends are trying to earn a few extra dollars while in school and have started a lawn mowing service. Your service has been hired…
c++ programming, I need explain not just answer, thanks Consider the following s
c++ programming, I need explain not just answer, thanks Consider the following structure. struct Node ( Node "prev: int key Node "next, 10 12 Consider a pointer named head that po…
c++ programming. Array shifter using pointers USING G++ compiler PLEASE! Write a
c++ programming. Array shifter using pointers USING G++ compiler PLEASE! Write a function that accepts an int array and the array’s size as arguments. The function should create a…
c++ programming. please explain to me, thanks Consider the node structure for a
c++ programming. please explain to me, thanks Consider the node structure for a linked list struct Node int data; struct Node next ; The following code is for appending a node to …
c++ project (cpp) #include using namespace std; void main () { ??????
c++ project (cpp) #include <iostream> using namespace std; void main () { ???????..... } roject Name: Water Vehicle You are required to automate the following specifications…
c++ project You have collected a file of movie ratings where each movie is rated
c++ project You have collected a file of movie ratings where each movie is rated from 1 (bad) to 5 (excellent). The first line of the file is a number that identifies how many rat…
c++ question 9-12 The constructor of the base class is called before the constru
c++ question 9-12 The constructor of the base class is called before the constructor of the derived class. True False What is the term used to describe the class that inherits fro…
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, then an amount of money the custo…
c++ question MyClass has an internal 2-D array of dynamically allocated doubles,
c++ question MyClass has an internal 2-D array of dynamically allocated doubles, pointed to by the member named data: Assume width and height are set by constructors and mutators,…
c++ question Write a program that determines which of 5 countrys (China, England
c++ question Write a program that determines which of 5 countrys (China, England, Iceland, India, and USA) had the fewest reported automobile accidents last year. It should have t…
c++ question on templates: go here: https://github.com/connectp/cplusplus and an
c++ question on templates: go here:  https://github.com/connectp/cplusplus and answer the following question 1.1 In node.h at line 60, the declaration of key_ and value_ are missi…
c++ question!! give the procedural C++ code for the hash table function bool ins
c++ question!! give the procedural C++ code for the hash table function bool insert(HashTable *h, ELEMTYPE value) for a hash table that uses double hashing. This function should r…
c++ question: //definition of class Rectangle class Rectangle { public: double a
c++ question: //definition of class Rectangle class Rectangle              {         public:       double area();                                           double perimeter();    …
c++ question: Define a class called Month that is an abstract data type for a mo
c++ question: Define a class called Month that is an abstract data type for a month. Your class should have a private intager variable that represents the month (1 for January, 2 …
c++ question: What is the reason why this class doesn’t allow instantiation of a
c++ question: What is the reason why this class doesn’t allow instantiation of an object? __________ (2 points) // Galaxy.cpp class  Galaxy            // class definition {       …
c++ question: Write a class called Point that contains two doubles that represen
c++ question: Write a class called Point that contains two doubles that represent its x- and y-coordinates. It should have get methods for both data members. It should have a cons…
c++ questions 1)what is the output? int xyz [ ] = {2,4,6,8}; for (int a = 0; a {
c++ questions 1)what is the output? int xyz [ ] = {2,4,6,8}; for (int a = 0; a { *( xyz +a) = xyz [a] +3; } cout<<xyz[2]; 2)When an array is passed to a function, is the ent…