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 1508 / 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++ When you finish the code, please also mark and describe which is part 1 and
c++ When you finish the code, please also mark and describe which is part 1 and part 2 . thanks. Workout 1) Playing Card Class In this problem, you will implement a DeckOfCards cl…
c++ Which defines the relationship between Bed and Burnable?a)interface b)inheri
c++ Which defines the relationship between  Bed and Burnable?a)interface b)inheritance c)property d)mammal What is the difference between a method that extends the parent method a…
c++ Which of the following is NOT required for counter-controlled iteration? a.
c++ Which of the following is NOT required for counter-controlled iteration? a. Check for any logical errors. b. An initial value c. A condition that tests for the final value d. …
c++ Which of the following statements is false? O Global Positioning System (GPS
c++ Which of the following statements is false? O Global Positioning System (GPS) devices a single satellite to retrieve location-based information Electronic health records enabl…
c++ Which of the following statements is false? e Cloud computing allows you to
c++ Which of the following statements is false? e Cloud computing allows you to use software, hardware and information stored in the "cloud"-i.e., accessed on remote computers via…
c++ Which of the following will not increment c by 1? a. c 1: b. c++: c. ++c: d.
c++ Which of the following will not increment c by 1? a. c 1: b. c++: c. ++c: d. c += 1: This iteration is often called definite iteration because the number of iterations is know…
c++ While we are still focused on collections such as Arrays and Vectors, it is
c++ While we are still focused on collections such as Arrays and Vectors, it is important to also consider how data is loaded into these structures. I will admit that other langua…
c++ Write a C++ program that will read 10 records into an array from a data file
c++ 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 calculate a tota…
c++ Write a console program that asks the user to enter an integer greater than
c++ Write a console program that asks the user to enter an integer greater than 1. The program determines if the number entered is prime and writes a message to standard output st…
c++ Write a function called treeTop that prints the top of a tree. It should tak
c++ Write a function called treeTop that prints the top of a tree. It should take no parameters and return void. Write a second function called treeTrunk that prints the trunk of …
c++ Write a loop that subtracts 1 from each element in lowerScores. If the eleme
c++ Write a loop that subtracts 1 from each element in lowerScores. If the element was already 0 or negative, assign 0 to the element. Ex: lowerScores = {5, 0, 2, -3} becomes {4, …
c++ Write a predicate function called isStrictlyIncreasing that checks whether a
c++ Write a predicate function called isStrictlyIncreasing that checks whether an array of integers contains values that are in strictly increasing order. A declaration of the fun…
c++ Write a predicate function called isStrictlyIncreasing that checks whether a
c++ Write a predicate function called isStrictlyIncreasing that checks whether an array of integers contains values that are in strictly increasing order. A declaration of the fun…
c++ Write a program called ChocolateReplacementTherapy. When I run it, it should
c++ Write a program called ChocolateReplacementTherapy. When I run it, it should prompt me to enter a noun (or noun phrase) of my liking. It should then select a random quote abou…
c++ Write a program named calculator.cpp that: • Prompts the user for two floati
c++ Write a program named calculator.cpp that: • Prompts the user for two floating point number operands and one math operator (+, -, *, /, ^) o Validate the user input for the ma…
c++ Write a program that asks the user for a number between 1 and 30, then displ
c++ Write a program that asks the user for a number between 1 and 30, then displays the following message based on the table below. Note that you should only have one output per r…
c++ Write a program that behaves as shown below: Here are the rules: Your progra
c++ Write a program that behaves as shown below: Here are the rules: Your program must use at least one for-loop. Your program must output the parallelogram just one character at …
c++ Write a program that calculates and displays the bill for the Areo car renta
c++ Write a program that calculates and displays the bill for the Areo car rental company. The company rents three types of vehicles : compact, mid-size and full-size. Its rates v…
c++ Write a program that calculates and displays the bill for the Areo car renta
c++ Write a program that calculates and displays the bill for the Areo car rental company. The company rents three types of vehicles : compact, mid-size and full-size. Its rates v…
c++ Write a program that lets a maker of chips and salsa keep track of sales for
c++ Write a program that lets a maker of chips and salsa keep track of sales for five different types of salsa: mild, medium, sweet, hot, and zesty. The program should use two par…
c++ Write a program that plays the game of \"guess the number\" as follows: Your
c++ Write a program that plays the game of "guess the number" as follows: Your program chooses the number to be guessed by selecting an integer at random in the range 1 to 100. Th…
c++ Write a program that reads a positive odd whole number n and prints a pyrami
c++ Write a program  that reads a positive odd whole number n and prints a pyramid where the last row contains all numbers from n down to 1 (i.e., descending order), the second to…
c++ Write a program that reads in names from stdin. Stop reading names when the
c++ Write a program that reads in names from stdin. Stop reading names when the name is "***DONE***". There will not be more than 100 names, although there may be way fewer. Next,…
c++ Write a program to allow user enter an array of structures, with each struct
c++ Write a program to allow user enter an array of structures, with each structure containing the firstname, lastname and the written test score of a driver. · Your program shoul…
c++ Write a recursive, int -valued function named productOfOdds that accepts an
c++ Write a recursive, int -valued function named  productOfOdds that accepts an integer  array , and the number of elements in the array and returns the product of the odd-valued…
c++ Write a simple templated dummy class MyTemplate Give it some functionality,
c++ Write a simple templated dummy class MyTemplate Give it some functionality, e.g: - a parameterized constructor that initializes some private data member my_data_ of type ItemT…
c++ Write a simple templated dummy class MyTemplate Give it some functionality,
c++ Write a simple templated dummy class MyTemplate Give it some functionality, e.g: - a parameterized constructor that initializes some private data member my_data_ of type ItemT…
c++ Write a summary report file that contains the average percent of total point
c++ Write a summary report file that contains the average percent of total points and maximum points for all students. Also, display the number of A's, B's, C's, D's and F's for t…
c++ Write an application to calculate retail sales. Specifications An online ret
c++ Write an application to calculate retail sales. Specifications An online retailer sells five products whose retail prices are as follows: Product 1, $2.98 Product 2, $4.50 Pro…
c++ Write six basic functions for the BST: Insert, Delete, Search, Find_max, Fin
c++ Write six basic functions for the BST: Insert, Delete, Search, Find_max, Find_min, and Print_BST 1. Search(x): Find out the index that stores element x using binary search tre…
c++ Write templates for three functions: minimum, maximum, and divide. The minim
c++ Write templates for three functions: minimum, maximum, and divide.   The minimum function should accept two arguments and return the value of the argument that is the lesser o…
c++ Write the interface (.h file) of a class Counter containing: A data member c
c++ Write the interface (.h file) of a class Counter containing: A data member counter of type int. A data member named limit of type int. A static int data member named nCounters…
c++ Write your own version of a class template that will create a binary tree th
c++ Write your own version of a class template that will create a binary tree that can hold values of any data type. Then, design an EmployeeInfo class that holds the following em…
c++ You are a grader in your History class. The professor has asked you to prepa
c++ You are a grader in your History class. The professor has asked you to prepare the following statistics for the final exams for each of the last five (5) semesters: number of …
c++ You are an intern at an engineering firm and having heard you are taking CS
c++ You are an intern at an engineering firm and having heard you are taking CS 20A, your boss has come to ask for your help with a task. The firm engineers often need to compare …
c++ You have become fed up with waiting for Prof. Keeling to calculate your fina
c++ You have become fed up with waiting for Prof. Keeling to calculate your final grade. You have decided that to lower your frustrations and write a program to calculate your fin…
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. S
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. She needs your help to determine whether this is economically and humanely feasible. Using polymorph…
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. S
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. She needs your help to determine whether this is economically and humanely feasible. Using polymorph…
c++ a. Create an array of 15 student records that should not be sorted b. Create
c++ a. Create an array of 15 student records that should not be sorted b. Create a liked list of 15 student records. Each node is a node of one student record from the above unsor…
c++ a. Which arithmetic operations can be performed on pointers? 1. Multiplicati
c++ a. Which arithmetic operations can be performed on pointers? 1. Multiplication, division, addition, and subtraction 2. All arithmetic operations that are legal in C++ 3. Only …
c++ array please make the output same as the example Write a function printNthCh
c++ array please make the output same as the example Write a function printNthCharacter that prints the nth character from every string in an array of strings It should take as in…
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allo
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allocation Please! Thank you. Below is my assignment 7. Need help with the following: Music Library…
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allo
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allocation Please! Thank you. Below is my assignment 7. Need help with the following: Music Library…
c++ assignment Rats! While in the student center finishing lunch, a gang of pira
c++ assignment Rats! While in the student center finishing lunch, a gang of pirates takes you at sword-point to their ship over by Infocision stadium and below decks and into a st…
c++ assignment This is the whole assignment, but i already have the code for que
c++ assignment This is the whole assignment, but i already have the code for question 1 [i will post it], all i need help with is question 2. here is code for question 1: #include…
c++ assignment, answer the following questions 1) Create a struct Point2D that r
c++ assignment, answer the following questions 1) Create a struct Point2D that represents a point in a 2 dimensional plane. It should have two fields x and y. Create a few points …
c++ assignment, answer the following questions 1) Create a struct Point2D that r
c++ assignment, answer the following questions 1) Create a struct Point2D that represents a point in a 2 dimensional plane. It should have two fields x and y. Create a few points …
c++ battleship game program. need Assigment 2, game. cpp. the battleship. h. is
c++ battleship game program. need Assigment 2, game. cpp. the battleship. h. is : #ifndef BATTLESHIP_H_ #define BATTLESHIP_H_ const int FLEET_SIZE=5; const int FIELD_SIZE=5; struc…
c++ battleship game. Battleship game description. The field (ocean) is a square
c++ battleship game. Battleship game description. The field (ocean) is a square 5x5 grid. One of the coordinates of the grid is a number (from 1 to 5) and the other -- a letter (f…
c++ beginner level need expert answer to grade mine Ifazrayl and array2 are arra
c++ beginner level need expert answer to grade mine Ifazrayl and array2 are arrays of the same size and same type, to make arrayz a copy of arrayl: a. assign arrayl to array2, suc…