Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse U

Alphabetical listing with fast deep pagination.
19149 items • Page 232 / 383

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
Using C++, design, implement and test a countdown timer class named Timer. This
Using C++, design, implement and test a countdown timer class named Timer. This class mimics a real-world timer by counting off seconds, starting from the initial value. When the …
Using C++, do a partial quicksort using recursion and the function: void partial
Using C++, do a partial quicksort using recursion and the function: void partialsort(Vector<int> &a, int k) . . . as k represents the top of the vector that needs to be …
Using C++, given a file consisting of student\'s names in the follwing form: lAS
Using C++, given a file consisting of student's names in the follwing form: lASTNAME, fIRSTname middleName, write a program that: (1) converst each name to the following form whil…
Using C++, liked list: CS265 Project 2 Spring 2015 Total Points: 20 65%: correct
Using C++, liked list: CS265 Project 2 Spring 2015 Total Points: 20 65%: correctness; 25%: design; 10%: documentation and style (See Lab Standards on web page. Follow directions f…
Using C++, need help implementing the following functions Implement the Stack AD
Using C++, need help implementing the following functions Implement the Stack ADT using ARRAY – based approach In each of the operations, there are comments within /*   */ or // w…
Using C++, need help implementing the following functions Implement the Stack AD
Using C++, need help implementing the following functions Implement the Stack ADT using LinkedList – based approach In each of the operations, there are comments within /*   */ or…
Using C++, please complete the following..... Video Store (100 Points) Create a
Using C++, please complete the following.....      Video Store    (100 Points) Create a Video Store    •       We need to write a program for a Video Store. The Video Store will d…
Using C++, write a complete program called mycopy that uses the appropriate UNIX
Using C++, write acomplete program called mycopythat uses the appropriate UNIX system call(s) to: ·         Report anerror if two command-line parameters are not given along with …
Using C++, write a program that implments a rudimentary movie database. It inter
Using C++, write a program that implments a rudimentary movie database. It interacts with the user to get and display information. The data will be stored in a file so that it wil…
Using C++, write a program that inputs a date in MM DD YY form and outputs the d
Using C++, write a program that inputs a date in MM DD YY form and outputs the day of the week that corresponds to that date. Classes must be used to encapsulate the date. Use pri…
Using C++, write a program that satisfies this prompt about permutations: Using
Using C++, write a program that satisfies this prompt about permutations: Using C++, write a program that satisfies this prompt about permutations: A permutation of a string is th…
Using C++, write a program to calculate the area and perimeter of four simple pl
Using C++, write a program to calculate the area and perimeter of four simple plane figures: a rectangle, a circle, a square and a triangle. The program should begin by explaining…
Using C++, write a program to calculate the area and perimeter of four simple pl
Using C++, write a program to calculate the area and perimeter of four simple plane figures: a rectangle, a circle, a square and a triangle. The program should begin by explaining…
Using C++, write a program to read the 3 exams’ scores of 5 students from the gi
Using C++, write a program to read the 3 exams’ scores of 5 students from the given text file, ExamScore.txt, and store them into each exam’s array. Then, sort them by ascending o…
Using C++, you are required to use pointers to manipulate an array. You need the
Using C++, you are required to use pointers to manipulate an array. You need the following variables in main function. const int SIZE = 6;        int dataArray[SIZE];        int *…
Using C++, you are to design a simple shell which implements a subset of the fun
Using C++, you are to design a simple shell which implements a subset of the functionality of the Bourne Again Shell (Bash). The requirements for your shell are as follows: Contin…
Using C++, you need to design, implement, and test a grocery shopping list progr
Using C++, you need to design, implement, and test a grocery shopping list program. The program should maintain and display a list of items. You will design an Item class. The cla…
Using C++, you will implement three functions using recursion and write a menu p
Using C++, you will implement three functions using recursion and write a menu program to call these functions. 1. Write a function that recursively reverses a string. The functio…
Using C++. 4. Patient Charges Wri te a class named Patient that has member varia
Using C++. 4. Patient Charges Wri te a class named Patient that has member variables for the following data: . First name, middle name, last name . Address, city, state, and ZIP c…
Using C++. I also have to use either input or output with a .txt file. I am goin
Using C++. I also have to use either input or output with a .txt file. I am going to attach the .txt with this. Thank you. You are to write a program to compute the cost of a lumb…
Using C++. Let\'s use an analogy to describe the relationship between classes an
Using C++. Let's use an analogy to describe the relationship between classes and interfaces: Imagine that a programmer must design several classes for a video game. The game is a …
Using C++. Need to get the output to look exactly like the one below. CALCULATE.
Using C++. Need to get the output to look exactly like the one below. CALCULATE.CPP You will write a program that mimicks a simple calculator that can do adding, multiplication, o…
Using C++. Please do the following: 3) Given a class “SmartPhone” that contains
Using C++. Please do the following: 3) Given a class “SmartPhone” that contains a method “int getNumberOfBars()”, write a class called “IPhone” that inherits from SmartPhone. IPho…
Using C++. Please do the following: 3) Given a class “SmartPhone” that contains
Using C++. Please do the following: 3) Given a class “SmartPhone” that contains a method “int getNumberOfBars()”, write a class called “IPhone” that inherits from SmartPhone. IPho…
Using C++. Write a program that simulates inventory bins in a warehouse. Each bi
Using C++. Write a program that simulates inventory bins in a warehouse. Each bin holds a number of the same type of parts. The program should use a structure that keeps the follo…
Using C++. and using if statements, if else statements, nested if statements, or
Using C++. and using if statements, if else statements, nested if statements, or if/ else if statements. In late March I am taking part in the Vibe 5K Color Run. Write a program t…
Using C++. and using if statements, if else statements, nested if statements, or
Using C++. and using if statements, if else statements, nested if statements, or if/ else if statements. In late March I am taking part in the Vibe 5K Color Run. Write a program t…
Using C++.. *** I already have some sort of code, if you could help me with it,
Using C++.. *** I already have some sort of code, if you could help me with it, it would be much appreciated, thank you! *** Link: https://pastebin.com/V2KvmKeY Create a game call…
Using C++.. *** I already have some sort of code, if you could help me with it,
Using C++.. *** I already have some sort of code, if you could help me with it, it would be much appreciated, thank you! *** Link: https://pastebin.com/V2KvmKeY Create a game call…
Using C++... Hints - Use binary file read/write to store employee structures eff
Using C++... Hints - Use binary file read/write to store employee structures effeciently - You can find the size of struct Employee using sizeof(Employee). - Structs can be writte…
Using C++..... Peter Parker is working on a program that will help him keep trac
Using C++..... Peter Parker is working on a program that will help him keep track of the product numbers of his web shooter components. Currently, his program asks for a model num…
Using C++..... This program is designed to analyze the growth of two cities. Eac
Using C++..... This program is designed to analyze the growth of two cities. Each city has a starting population and annual growth rate. The smaller city has the larger growth rat…
Using C++..... This program is designed to analyze the growth of two cities. Eac
Using C++..... This program is designed to analyze the growth of two cities. Each city has a starting population and annual growth rate. The smaller city has the larger growth rat…
Using C++: 1. Stack-like behavior. A stack is a first in last out (FILO) structu
Using C++: 1. Stack-like behavior. A stack is a first in last out (FILO) structure. So the top of the stack will be the last item entered. You will create a singly linked Stacknod…
Using C++: By definition, the first two numbers in the Fibonacci sequence are 0
Using C++: By definition, the first two numbers in the Fibonacci sequence are 0 and 1, and each subsequent number is the sum of the previous two; for example, the first 6 Fibonacc…
Using C++: Code Program 2 only Wtite a program that prompts the user to enter a
Using C++: Code Program 2 only Wtite a program that prompts the user to enter a person's birth date in numeric form (e.g. 8-27-1990) and outputs the date of birth in the format of…
Using C++: Consider a graphic system that has classes for various figures, say r
Using C++: Consider a graphic system that has classes for various figures, say rectangles, squares, triangles, circles and so on. For example, a rectangle might have data members …
Using C++: Create a structure Fraction which contains a numerator and a denomina
Using C++: Create a structure Fraction which contains a numerator and a denominator. a. Write a function void printFraction(Fraction f)which prints out a fraction in the following…
Using C++: For this assignment you will write a program that inserts 20 random i
Using C++: For this assignment you will write a program that inserts 20 random integers from 0 to 100 in order in a linked list object. The program will create another linked list…
Using C++: Generate a random, 5 digit number as a string. The player needs to tr
Using C++: Generate a random, 5 digit number as a string. The player needs to try to guess this 5 digit number. The program should provide feedback to the player letting them know…
Using C++: Given an arbitrary ransom note, consisting of 15 - 20 words and sever
Using C++: Given an arbitrary ransom note, consisting of 15 - 20 words and several magazines, write a function that will return a true, if the ransom note can be constructed from …
Using C++: Given an arbitrary ransom note, consisting of 15 - 20 words and sever
Using C++: Given an arbitrary ransom note, consisting of 15 - 20 words and several magazines, write a function that will return a true, if the ransom note can be constructed from …
Using C++: I\'m having a hard time understanding void and value returning functi
Using C++: I'm having a hard time understanding void and value returning functions and how they are used. Please help and explain how to do this. Write a program that has three fu…
Using C++: Now that we\'ve all heard that VW has been caught inflating its diese
Using C++: Now that we've all heard that VW has been caught inflating its diesel numbers, let's see a representation of what those fuel efficiency numbers should really be. Using …
Using C++: The root mean square is a specific kind of average which is used for
Using C++: The root mean square is a specific kind of average which is used for various purposes. This means that a sequence of values is squared and summed, then divided by the c…
Using C++: These are my codes: #include #include #include
Using C++: These are my codes: #include<iostream> #include<string> #include<cstdlib> using namespace std; class DivSales {    public:        string region;      …
Using C++: These are my codes: #include #include #include
Using C++: These are my codes: #include<iostream> #include<string> #include<cstdlib> using namespace std; class DivSales {    public:        string region;      …
Using C++: This assignment will use a Card class to build a Deck class. Then you
Using C++: This assignment will use a Card class to build a Deck class. Then you will use the Deck class to play a card game called WAR. WAR is a simple game – 2 people play. One …
Using C++: Using the Pythagorean Theorem, calculate the hypotenuse of a right tr
Using C++: Using the Pythagorean Theorem, calculate the hypotenuse of a right triangle given the length of the two shorter sides. Be certain to use the square and squareRoot funct…
Using C++: Write a client function that merges two instances of the sorted list
Using C++: Write a client function that merges two instances of the sorted list ADT using the following specifications. MergeLists(SortedType list1, SortedType list2, SortedType&a…