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 1513 / 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++ selection sort (random) Functions or classes are ok. Create an array that ho
c++ selection sort (random) Functions or classes are ok. Create an array that holds 1000 random floats between 1-1000. Implement Selection sort to sort the values in ascending ord…
c++ simple help Dequeue one employee at a time from original queue. If her/his s
c++ simple help Dequeue one employee at a time from original queue. If her/his salary is less than 50000, enqueue that emplyee in the demandsalaryincrease queue. Otherwise move to…
c++ storing parsed data into class. I have to parse through a data read in from
c++ storing parsed data into class. I have to parse through a data read in from a file, and have the parsed data be stored in a class. There are 3 variables total, and I have pars…
c++ test question. Question 22 Write a value returning function definition (both
c++ test question. Question 22 Write a value returning function definition (both the heading and body) named sumplusten. Send the function three integers from main and return the …
c++ ty ty Create a struct named Entry that stores an entry of an address book. I
c++ ty ty Create a struct named Entry that stores an entry of an address book. It should have fields for first name, last name and email address. Provide the appropriate getter an…
c++ using eclipse Define the class bankAccount to implement the basic properties
c++ using eclipse Define the class bankAccount to implement the basic properties of a bank account. An object of this class should store the following data: Account holder's name …
c++ using polymorphyism , create an inheritance hierarchy for the following type
c++ using polymorphyism , create an inheritance hierarchy for the following types of insurance : Home, vehicle , life 2 member functions should be included: - calcpremium    - Hom…
c++ using the file name \"integers.dat\" CHA PTER 6/ VO Streams as an Introducti
c++ using the file name "integers.dat" CHA PTER 6/ VO Streams as an Introduction to Objects and Classes Note that you should use isupper (next) and not use This is because islower…
c++ visual studio express Circle Class. Write a class name Circle , with the cla
c++ visual studio express Circle Class. Write a class name Circle, with the class declaration in a file called Circle.h and the implementation in a file called Circle.cpp. The cla…
c++ visual studio express Circle Class. Write a class name Circle, with the clas
c++ visual studio express Circle Class. Write a class name Circle, with the class declaration in a file called Circle.h and the implementation in a file called Circle.cpp. The cla…
c++ with comments please would be great.. 10. Number Array Class Design a class
c++ with comments please would be great.. 10. Number Array Class Design a class that has an array of floating-point numbers. The constructor should accept an integer argument and …
c++(cpp) Your club is in a process of creating a weekly lottery. Once a week, fi
c++(cpp) Your club is in a process of creating a weekly lottery. Once a week, five distinct random integers between 1 to 40 (inclusive) are drawn. If a player guesses all of the n…
c++, 5) Show the code for an addition method for a Complex class. (You of course
c++, 5) Show the code for an addition method for a Complex class. (You of course recall that a complex number has both a real and an imaginary part.) (Reminder: Adding two values …
c++, DEVCPP NOTE: Please provide the comment for each section//, I am a beginner
c++, DEVCPP NOTE: Please provide the comment for each section//, I am a beginner, I need to understand, how the program is working. Thanks. 1) Write code for a 3rd Grade math teac…
c++, bad at english, need fully comments, ty Cell::Cell() { state = 0; face = \'
c++, bad at english, need fully comments, ty    Cell::Cell() {        state = 0;        face = '-';    }    Cell::Cell(bool intialstate) {        face = intialstate;    }    Cell:…
c++, can you help me with this problem I can seem to figure out a way to excute
c++, can you help me with this problem I can seem to figure out a way to excute it? Write a program that stores the string: "Victory won't come to me unless I go to it" into an ar…
c++, how would I be able to update objects so that they will move in the applica
c++, how would I be able to update objects so that they will move in the application. full code for reference: https://github.com/partyhat1/balls/tree/master/BouncyShapes void Sce…
c++, program works as intended (50 random numbers, displays only multiple of 3)
c++, program works as intended (50 random numbers, displays only multiple of 3) although I am looking to remove duplicate random numbers if there are any. Thanks. //Source File fo…
c++, the one everyone is copy pasting does not do what the assignment asks. I ne
c++, the one everyone is copy pasting does not do what the assignment asks. I need different types of sorting and also to intialize the array. Create a class called Invoice with t…
c++. YOU CAN ONLY INCLUDE STRING,ALGORITHM,FSTREAM Required function: void unzip
c++. YOU CAN ONLY INCLUDE STRING,ALGORITHM,FSTREAM Required function: void unzip_file(const std::string& filename) You get to work on your program to obfuscate a file and writ…
c++// Write a full class definition for a class named Averager, and containing t
c++// Write a full class definition for a class  named  Averager, and containing the following members: An data member named  sum  of type  integer . An data member named  count o…
c++: Do a program that will simulate a drive-in for a new fast-food place, Taco
c++: Do a program that will simulate a drive-in for a new fast-food place, Taco Fry, where you get good greasy food, Mexican style. Translate the pseudocode found in chapter 13. Y…
c++: The success of a hash-table implementation of the ADT table is related to t
c++: The success of a hash-table implementation of the ADT table is related to the choice of a good hash function. A good hash function is one that is easy to compute and will eve…
c++: The success of a hash-table implementation of the ADT table is related to t
c++: The success of a hash-table implementation of the ADT table is related to the choice of a good hash function. A good hash function is one that is easy to compute and will eve…
c++: Write a recursive function to_number that forms the integer sum of all digi
c++: Write a recursive function to_number that forms the integer sum of all digit characters in a string. For example, the result of to_number("3ac4") would be 7.Hint: If next is …
c++: implement customer.h, QueueType.h, QueueType.cpp, PriorityQueue.cpp, and Pr
c++: implement customer.h, QueueType.h, QueueType.cpp, PriorityQueue.cpp, and PriorityQueue.cpp bank simulator where the program will take number of tellers, arrival time and serv…
c++; please leave comments Write a thread program to sum a random array of n int
c++; please leave comments Write a thread program to sum a random array of n integers. Your program should split the array into k segments, and each of the k threads will sum over…
c++programming 2.3 Sorting Implement a base class called Sort. All other sorting
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++use array Create a code segment (only the code needed to fulfill the given re
c++use array Create a code segment (only the code needed to fulfill the given requirements) in the box below. We will place the code into our main) to see if it is correct. Declar…
c, . LL. 1-1 Normal !! No Spac., Heading 1 Title Subtitle Subtie Em.... Emphas P
c, . LL. 1-1 Normal !! No Spac., Heading 1 Title Subtitle Subtie Em.... Emphas Paragraph Styles patient number is so small. This isn't a very common disease, so it would be hard t…
c, f\"(x) Briefly explain your answers! 2. An airline notes that if the price of
c, f"(x) Briefly explain your answers! 2. An airline notes that if the price of an 8 am round trip ticket from Boston to New York is set at $250, they can sell 1000 tickets. For e…
c, write an equation for the Profit function ptx) K-9A-30000 d) How many i n mus
c, write an equation for the Profit function ptx) K-9A-30000 d) How many i n must be sold to b 20000 nord er to breakeven-=30000 x- e) Find the profr or seiniz2 tles of the ssunsc…
c,d,e,f (5 %) Problem 20: A merry-go-round is a playground ride that consists of
c,d,e,f (5 %) Problem 20: A merry-go-round is a playground ride that consists of a large disk mounted to that it can freely rotate in a horizontal plane. The merry-go-round shown …
c- Using the figure above, which battery converts chemical energy into electrica
c- Using the figure above, which battery converts chemical energy into electrical energy and at what rate? DESCRIBE HOW YOU KNOW which battery does conversion of chemical to elect…
c-Abl is a proto-oncoprotein expressed in various blood cell lineages. The gene
c-Abl is a proto-oncoprotein expressed in various blood cell lineages. The gene encoding Abl was first identified as the oncogene present in the Ableson Murine Leukemia Virus (Ab-…
c-erb-B2 is a mutant protein that is structurally related to the Epidermal Growt
c-erb-B2 is a mutant protein that is structurally related to the Epidermal Growth Factor (EGF) receptor. Over expression of this protein can lead to transformation of cells, and l…
c-g 3.5.29 Use functions fx)-x2 -64 and g(x)--x+64 to answer the questions below
c-g 3.5.29 Use functions fx)-x2 -64 and g(x)--x+64 to answer the questions below (a) Solve fix) = 0. (b) Solve g(x) #0. (c) Solve f(x) = g(x) (d) Solve f(x)>0 (e) Solve g(x) s …
c-program Consider the definition of the function main. int main() {int x, y; ch
c-program Consider the definition of the function main. int main() {int x, y; char z; double rate, hours: amount:} The variables x, y, z, rate, and hours referred to in items a th…
c. (10 points) Write a static method named printGrid that accepts two integer pa
c. (10 points) Write a static method named printGrid that accepts two integer parameters rows and cols. The output is a comma-separated grid of numbers where the first parameter (…
c. (3 points) Amount of the net FUTA tx h Shelly s wags 5. The company of Florid
c. (3 points) Amount of the net FUTA tx h Shelly s wags 5. The company of Florida Enterprises paid the following wages during the year: M. Rutherford (owner). T. Johnson (supervis…
c. (6 marks) Consider an arbitrary weighted directed graph G = (V, E) with weigh
c. (6 marks) Consider an arbitrary weighted directed graph G = (V, E) with weights er : E ? R {that is, the weights are real numbers). Assume that when you run Dijkstra's shortest…
c. (answer C): A correct decision would occur if u = $243,734 and the results of
c. (answer C): A correct decision would occur if u = $243,734 and the results of the sampling do not lead to the rejection of that? fact; or if u> $243,734 and the resuluts of …
c. ..the volume of acid and base required to attain zen moments. d. ...the pH of
c. ..the volume of acid and base required to attain zen moments. d. ...the pH of the strong acid. True or False: If the statement is FALSE, then please draw a line through a porti…
c. 0.52 Vd 1.02 V e.none of t A voltaic cell that uses the reaction, TI3+(aq) 2
c. 0.52 Vd 1.02 V e.none of t A voltaic cell that uses the reaction, TI3+(aq) 2 Cr2+(aq) + Tr(aq) 2 Cr3+(aq) ? + has a measured standard cell potential of +1.19 V. What is the E' …
c. 1.6 x 103 M 28) The concentration of sulfate in a sample of wastewater is to
c. 1.6 x 103 M 28) The concentration of sulfate in a sample of wastewater is to be determined by using gravimetric analysis. To a 100.0-mL sample of the wastewater is added an exc…
c. 1.87 x 10^-27 J d. 5.60 x 10^-19 J e. 5.60 x 10^-28 J 13. What is the wave nu
c. 1.87 x 10^-27 J d. 5.60 x 10^-19 J e. 5.60 x 10^-28 J 13. What is the wave number of the radiation in Q. 32 in cm^-1? a. 4000 cm^-1 b. 30000 cm^-1 c. 2.82 x 10^4 cm^-1 d. 28.2 …
c. 1: What are the numerical value and physical units of the s variable in the r
c. 1: What are the numerical value and physical units of the s variable in the regression analysis output? c.2: Interpret the meaning of s. c.3: Explain why the s variable is impo…
c. 1: What are the numerical value and physical units of the s variable in the r
c. 1: What are the numerical value and physical units of the s variable in the regression analysis output? c.2: Interpret the meaning of s. c.3: Explain why the s variable is impo…
c. 2.4 Undefined Notions and Axioms of Set Theory 45 Undefined Notions and Axiom
c. 2.4 Undefined Notions and Axioms of Set Theory 45 Undefined Notions and Axioms of Set Theory 2.4 Questions to guide your reading of this section: 1. What are undefined notions …
c. 3 NH3 (aq)+3 HO3 NH (aq) + 3 OH (aq) hea d. NH3 (aq) + H+ (aq) NH4+ (aq) 4. C
c. 3 NH3 (aq)+3 HO3 NH (aq) + 3 OH (aq) hea d. NH3 (aq) + H+ (aq) NH4+ (aq) 4. Calcium carbonate (limestone) can decompose according to the following reaction. Suppose the Kp at a…