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 100 / 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 Write a program that will sort an input string in ascending and
C++ programming Write a program that will sort an input string in ascending and descending order. The program will contain functions for the Bubble Sort and the Selection Sort tha…
C++ programming Write the body of a function with the following signature. bool
C++ programming Write the body of a function with the following signature. bool divisible_9(int n, int &s); • You are given an input positive integer n > 0. • The decimal d…
C++ programming You will be writing a Library simulator. It will have three clas
C++ programming You will be writing a Library simulator. It will have three classes: Book, Patron and Library. To make things a little simpler for you, I am supplying you with the…
C++ programming You will design, implement, and test a program that implements a
C++ programming You will design, implement, and test a program that implements a simulation of Langton’s Ant. For a brief explanation consider Wikipedia: https://en.wikipedia.org/…
C++ programming You\'ve gathered lists of email addresses from a variety of sour
C++ programming You've gathered lists of email addresses from a variety of sources, and now you want to send out a mass mailing to all of the addresses. However, you don't want to…
C++ programming also before this question i want it in c++ Q3. [ O points I writ
C++ programming also before this question i want it in c++ Q3. [ O points I write C++ programs to perform the falowinguks (A)15 points] - Require no more than 15 lines of code. · …
C++ programming analogy question: I am looking for another real life example (in
C++ programming analogy question: I am looking for another real life example (in addition to employee one below) to relate object-oriented programming (i.e. C++) to something more…
C++ programming analogy question: Please note: I am looking for a discussion boa
C++ programming analogy question: Please note: I am looking for a discussion board post---not actual code. Object oriented programming is considered a difficult ta One speculation…
C++ programming and Problem Solving by Nell Dale (Chapter 13, 3 Programming Prob
C++ programming and Problem Solving by Nell Dale (Chapter 13, 3 Programming Problem), If you can please update the book solutions Many instructors like to see the distribution of …
C++ programming assignment, answer the following questions 1. what are the point
C++ programming assignment, answer the following questions 1. what are the pointer basics such assigning a pointer variable to an object and using the pointer to manipulate the ob…
C++ programming below are the screenshots of a sequential running code To improv
C++ programming below are the screenshots of a sequential running code To improve the performance(with less runtime) way better A combination of open mp and MPI should be used to …
C++ programming challenge: Design a Tips class that calculates the gratuity on a
C++ programming challenge: Design a Tips class that calculates the gratuity on a restaurant meal. Its only class member variable, taxRate, should be set by a one-parameter constru…
C++ programming class. Please make as easy to understand as possible as this is
C++ programming class. Please make as easy to understand as possible as this is just a beginning course. Thanks! Design a class named Rectangle that represents a rectangle. The cl…
C++ programming computer science code exercise question: Use this given code and
C++ programming computer science code exercise question: Use this given code and transform it to add new 3 functions: //void displayStart(); //float calculateFatCalPercent(int g, …
C++ programming create a craps game 3 files ( main cpp. dice.cpp dice.h files) Y
C++ programming create a craps game 3 files ( main cpp. dice.cpp dice.h files) You will need to create a Dice or Die class to play. Use "rand() % 6 + 1" to produce a random number…
C++ programming help I\'m trying to show that the symbols read are \"A\" and \"D
C++ programming help I'm trying to show that the symbols read are "A" and "D" and  A is read, the following integer should be enqueued. If a D is read, the following integer is ig…
C++ programming help please!! stack push, pop, and display my data to read from
C++ programming help please!! stack push, pop, and display my data to read from the program text is: A 3A 5A 9D 0A 7 My program should read the file, one line at a time, reading t…
C++ programming help. The only change you have to make is in current program, wh
C++ programming help. The only change you have to make is in current program, where it says "your code goes here", do not make any changes to any other files, they are just there …
C++ programming help: My function for removing a node with two children in a bin
C++ programming help: My function for removing a node with two children in a binary tree is not working! Any help is much appreciated. Thanks #include "EmployeeDatabase.h" #includ…
C++ programming hw help The infinite series: s = 1 + (2/3) + (4/9) + (8/27) + ..
C++ programming hw help The infinite series: s = 1 + (2/3) + (4/9) + (8/27) + .... is a geometric series that converges to a whole rational number (i.e. like 2 or 3 or 4). Below i…
C++ programming implement the following Shape class. 1. TwoDimensionalShape clas
C++ programming implement the following Shape class. 1. TwoDimensionalShape class 2. ThreeDimensionalShape class 3. make a program that use Vector of Shape class pointer, which in…
C++ programming language Monkey Business A local zoo wants to keep track of how
C++ programming language Monkey Business A local zoo wants to keep track of how many pounds of food each of its three monkeys eats each day during a typical week. Write a program …
C++ programming language. * Write a program that uses a one-dimensional array to
C++ programming language. * Write a program that uses a one-dimensional array to keep a list of integers. * Initialize the array at runtime with random numbers. * After the array …
C++ programming language. * Write a program that uses a one-dimensional array to
C++ programming language. * Write a program that uses a one-dimensional array to keep a list of integers. * Initialize the array at runtime with random numbers. * After the array …
C++ programming language. 1. Read the problem. Write a program that reads a .csv
C++ programming language. 1. Read the problem. Write a program that reads a .csv file containing student survey data. The lines in the file vary by what information is being recor…
C++ programming language. Complete a C++ project that reads and writes .csv file
C++ programming language. Complete a C++ project that reads and writes .csv files. Write code that manipulates data read from a .csv file. Create and write a comma separated value…
C++ programming pleas i need all code for this homework Lecture 9. For, While 1.
C++ programming pleas i need all code for this homework Lecture 9. For, While 1. FOR for(x=0; x<10; x++){    printf("ok"); } 2. WHILE x=0;              // step 1: initialize th…
C++ programming pleas i need all codes in this homework Homework 1) Call foo() t
C++ programming pleas i need all codes in this homework Homework 1) Call foo() three times to print “ok” three times. 2) Implement the calculator in lect15 using functions as foll…
C++ programming please ! Will rate ! I need the code below fixed and need a head
C++ programming please ! Will rate ! I need the code below fixed and need a header file as well. Only able to Have one data member, of type int*, which keeps track of how many tim…
C++ programming please < Grocery List > Create a program that makes a grocery li
C++ programming please &lt; Grocery List &gt; Create a program that makes a grocery list. You will need an array of strings. You don’t know how many items will be on your list. 1)…
C++ programming please i need the code of this homework.. Lecture 7. ELSE IF 1.
C++ programming please i need the code of this homework.. Lecture 7. ELSE IF 1. example if (x &gt; 90){    printf("the grade is A "); } else if (x &gt; 80){    printf("the grade i…
C++ programming problem : Please Help Absolute C++; 5th edition; page 415; chapt
C++ programming problem : Please Help Absolute C++; 5th edition; page 415; chapter9 6. There is a CD available for purchase that contains .jpeg and .gif images of music that is in…
C++ programming problem C++ Problem The purpose of this program is to determine
C++ programming problem C++ Problem The purpose of this program is to determine the amount of cloth in square inches needed to make a certain kind of garment. Rather than using on…
C++ programming problem The Class Workout represents the way some folks keep fit
C++ programming problem The Class Workout represents the way some folks keep fit. Consider the following diagrams below. This instance was created by saying: Workout weightsWorkou…
C++ programming problem The class Chimney represents a smoke ventilation system.
C++ programming problem The class Chimney represents a smoke ventilation system. Consider the class diagram shown below. Each instance of a Chimney has a height, a shape and can b…
C++ programming problem find.min.cpp: Q1) Given find min.cpp, write the correspo
C++ programming problem find.min.cpp: Q1) Given find min.cpp, write the corresponding lib files. find.min.cpp prints the minimum integer in a vector by calling two separate functi…
C++ programming problem. Please include comments. For research purposes and to b
C++ programming problem. Please include comments. For research purposes and to better help students, the admissions office of your local university wants to know how well female a…
C++ programming question 1. In function main declare coordinates for two points
C++ programming question 1. In function main declare coordinates for two points (x1, y1, x2, y2) and slope m and y-intercept b. Call a function get2points to read in the two sets …
C++ programming question 2. For this problem, you will begin creating a program
C++ programming question 2. For this problem, you will begin creating a program that will allow a person to play Yahtzee. You will only do one small part of the program, however. …
C++ programming question Write the C++ source code for this program. Make sure t
C++ programming question Write the C++ source code for this program. Make sure that it compiles properly and runs exactly as shown above. When the program opens it displays the ID…
C++ programming question. Given the following definition for the class Money: cl
C++ programming question. Given the following definition for the class Money: class Monty {private: int dollars; int cents; public: void setValue(int d, int c); void addValue(int …
C++ programming questions, most points to most complete answer 11. A function ma
C++ programming questions, most points to most complete answer 11. A function may return a structure. (Points : 2) True False Question 12.12. The assignment operator may not be us…
C++ programming questions, most points to most complete answer 16. If we use an
C++ programming questions, most points to most complete answer 16. If we use an out of range index with a vector, there will be an error message from the compiler. (Points : 2) Tr…
C++ programming questions, most points to most complete answer 21. The following
C++ programming questions, most points to most complete answer 21. The following is legal in a void function: return; (Points : 2) True False Question 22.22. It is acceptable to h…
C++ programming questions, most points to most complete answer 6. The operating
C++ programming questions, most points to most complete answer 6. The operating system uses a stack to control recursion. (Points : 2) True False Question 7.7. Every recursive def…
C++ programming questions: 1. (6 pts) How may a constructor be overloaded? Choos
C++ programming questions: 1. (6 pts) How may a constructor be overloaded? Choose all that apply a. Type of parameters b. Order of parameter types c. Return type d. By name 2. (3 …
C++ programming questions: Consider the following function header for a member f
C++ programming questions: Consider the following function header for a member function. void Circle:: getRadius() a. What is the name of the function? b. What class does the func…
C++ programming questions: Thank you :) 1. (6 pts) How may a constructor be over
C++ programming questions: Thank you :) 1. (6 pts) How may a constructor be overloaded? Choose all that apply a. Type of parameters b. Order of parameter types c. Return type d. B…
C++ programming questions: Thank you very much :) Pointer Syntax Declare a two-d
C++ programming questions: Thank you very much :) Pointer Syntax Declare a two-dimensional array of doubles (on the stack) named tickerValues with 12 rows and 31 columns Declare a…
C++ programming using visual studio to program do program which calculates and d
C++ programming using visual studio to program do program which calculates and displays a baseball player's batting average and proficiency. There are an unknown number of players…