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 229 / 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++ Programming Language.Write the definition of the class dayType that im
Using C++ Programming Language.Write the definition of the class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sunday f…
Using C++ Programming: (Eclipse MinGW) 14. Bank Accounts This program should be
Using C++ Programming: (Eclipse MinGW) 14. Bank Accounts This program should be designed and written by a team of students. Here are some suggestions: . One or more students may w…
Using C++ Purpose: Use a stack Background: There are 3 main techniques for evalu
Using C++ Purpose: Use a stack Background: There are 3 main techniques for evaluating mathematical expressions: * prefix * infix * postfix Most math classes teach equation evaluat…
Using C++ Re-do Problem 2, but this time you cannot assume an array size of 20.
Using C++ Re-do Problem 2, but this time you cannot assume an array size of 20. Instead ask the user for the size of the array and using dynamic memory allocation, create an array…
Using C++ Requirements You are to create a program that performs six operations:
Using C++ Requirements You are to create a program that performs six operations: 1. Read: Read a board from a file into our board] [] array. 2. Write: Write the board[] array back…
Using C++ Sample files: http://www.mediafire.com/download/aaa8kfq3ob3y0gq/sample
Using C++ Sample files: http://www.mediafire.com/download/aaa8kfq3ob3y0gq/samplefiles7.zip Write the following code: Main program: declare an array of 100 integers call openFile c…
Using C++ Sort an array of 10,000 elements using the quick sort algorithm as fol
Using C++ Sort an array of 10,000 elements using the quick sort algorithm as follows: a. Sort the array using pivot as the middle element of the array. b. Sort the array using piv…
Using C++ Specific Requirements For this In Class Exercise you will create a cus
Using C++ Specific Requirements For this In Class Exercise you will create a custom class called Box which will represent a cardboard box in code. For the purposes of this assignm…
Using C++ Stacks, Hash Table and Maps Create the following functions: The first
Using C++ Stacks, Hash Table and Maps Create the following functions: The first method takes an array of strings and the length of that array and creates a map with the key - Stri…
Using C++ Step 1 Write a program in revarr.cpp that allocates an array of size 1
Using C++ Step 1 Write a program in revarr.cpp that allocates an array of size 10. Reads in array contents and prints the array in reverse. Check out the file in.txt and groundtru…
Using C++ Task 1. File Filter: A file filter reads an input file, transforms it
Using C++ Task 1. File Filter: A file filter reads an input file, transforms it in some way, and writes the results to an output file. Write an abstract file filter class that def…
Using C++ Thanks The Problem Global warming discussions are a hot topic these da
Using C++ Thanks The Problem Global warming discussions are a hot topic these days. A paper in early August 2018 called Trajectories of the Earth System in the Anthropocene" predi…
Using C++ The following program allows a user to add to and list entries from a
Using C++ The following program allows a user to add to and list entries from a vector, which maintains a list of employees. Run the program, and provide input to add three employ…
Using C++ The following table shows the number of customers staying in each room
Using C++ The following table shows the number of customers staying in each room on each of the floors in a hotel. Each floor has 5 rooms, but the number of floors isunknown. Each…
Using C++ The general idea is you will have an Oven, a Person, and a Cookie. You
Using C++ The general idea is you will have an Oven, a Person, and a Cookie. You will give the cookie to the oven to cook. You will then give the cookie to the person to eat. The …
Using C++ The main purpose of this lab is to create functions using call-by-valu
Using C++ The main purpose of this lab is to create functions using call-by-value and call- by-reference parameters. Activity #1 The first activity will be to write a function tha…
Using C++ The main purpose of this lab is to create functions using call-by-valu
Using C++ The main purpose of this lab is to create functions using call-by-value and call- by-reference parameters. Activity #1 The first activity will be to write a function tha…
Using C++ The most well-known method for generating random numbers, which has be
Using C++ The most well-known method for generating random numbers, which has been used almost exclusively since it was introduced by D. Lehmer in 1951, is the so-called linear co…
Using C++ The program should have an array of integers. It will have a function
Using C++ The program should have an array of integers. It will have a function that has two parameters, the integer array and the array’s size. This function will create a new ar…
Using C++ The purpose of this assignment is to give you practice using dynamic m
Using C++ The purpose of this assignment is to give you practice using dynamic memory allocation, c-string functions, sorting, and searching. You will write a spell checking progr…
Using C++ The purpose of this program is to create a grade report for a course.
Using C++ The purpose of this program is to create a grade report for a course. Write a program that stores the following data about a student in a structure studentRecord - Stude…
Using C++ Use the same scenario that we dealt in Problem 1. But now, there is a
Using C++ Use the same scenario that we dealt in Problem 1. But now, there is a change in requirement. You need to define an array of Employee instances, not just one instant. Ass…
Using C++ Visual Basics 2010 The comfort zone temperature for the occupants of a
Using C++ Visual Basics 2010 The comfort zone temperature for the occupants of a building is higher in summer months than it is in winter months. It is also dependent on the value…
Using C++ Visual Basics 2010 The comfort zone temperature for the occupants of a
Using C++ Visual Basics 2010 The comfort zone temperature for the occupants of a building is higher in summer months than it is in winter months. It is also dependent on the value…
Using C++ Write a Twitter class that sets the Twitter user first (who is to be f
Using C++ Write a Twitter class that sets the Twitter user first (who is to be followed) and lets the client add up to 5 followers, which will be stored in an array with a capacit…
Using C++ Write a class called CFBoard that represents a game board for playing
Using C++ Write a class called CFBoard that represents a game board for playing Connect Four.. It should have: a 7x6 array of char as a data member, which will store the locations…
Using C++ Write a command line calculator in C++. The calculator supports the fo
Using C++ Write a command line calculator in C++. The calculator supports the following mathmatical operations: • Multiplication m • Divison d • Subtraction s • Addition a • Perce…
Using C++ Write a command line calculator in C++. The calculator supports the fo
Using C++ Write a command line calculator in C++. The calculator supports the following mathmatical operations: • Multiplication m • Divison d • Subtraction s • Addition a • Perce…
Using C++ Write a program that accepts a text file from the command line in orde
Using C++ Write a program that accepts a text file from the command line in order to compute single variable statistics. The program will: a. Check if the file exists before proce…
Using C++ Write a program that accepts input from the keyboard (with the input t
Using C++ Write a program that accepts input from the keyboard (with the input terminated by pressing the Enter key) and counts the number of letters (A-Z and az), numerical digit…
Using C++ Write a program that computes two measurements using only pointers to
Using C++ Write a program that computes two measurements using only pointers to a structure and two functions to calculate: (a) The distance between two points and (b) The slope o…
Using C++ Write a program that defines a macro called AREA to calculate the area
Using C++ Write a program that defines a macro called AREA to calculate the area of a circle ( PI times r times r ). The macro should have one argument, the radius. Use a preproce…
Using C++ Write a program that inputs a pair of month/year dates and outputs the
Using C++ Write a program that inputs a pair of month/year dates and outputs the total months contained within the range covered by these dates. The program should work correctly …
Using C++ Write a program that performs the following: 1. Presents the user a me
Using C++ Write a program that performs the following: 1. Presents the user a menu where they choose between:              a. Add a new student to the class                       …
Using C++ Write a program that prompts the user to enter two sides of a right tr
Using C++ Write a program that prompts the user to enter two sides of a right triangle and then uses a function to calculate the hypotenuse. You will need to use #include , the sq…
Using C++ Write a program that will create a file on the main directory with R r
Using C++ Write a program that will create a file on the main directory with R records of the type: Data { integer id; char gender; int credits; } where id: 000 – 1000; gender: m,…
Using C++ Write a program to allow the user to enter id numbers, a code and appr
Using C++ Write a program to allow the user to enter id numbers, a code and appropriate information to compute weekly salaries. The code entered will be one of the following: s   …
Using C++ Write a program to ask user to enter a password and validity the passw
Using C++ Write a program to ask user to enter a password and validity the password. The password should be 8 – 20 characters long (8 is included and 20 is included), it should co…
Using C++ Write a program to keep records and perform statistical analysis for a
Using C++ Write a program to keep records and perform statistical analysis for a class os students. The class may have up to 40 students. There are five quizzes during the term. E…
Using C++ Write a program to prompt the user to enter a line of text and replace
Using C++ Write a program to prompt the user to enter a line of text and replace all “is” with “was”. You DON’T have to test whether “is” is one word or part of another word like …
Using C++ Write a program using the list STL that will act as a line text editor
Using C++ Write a program using the list STL that will act as a line text editor. The program will have the following features: a. Functions to insert, remove and empty the list. …
Using C++ Write a program using vectors that allows a user to maintain an invent
Using C++ Write a program using vectors that allows a user to maintain an inventory of what they are carrying. The program should allow the user to see everything they are holding…
Using C++ Write a program which: 1. Assigns data given below into the 2D array o
Using C++ Write a program which: 1. Assigns data given below into the 2D array of integers which is 10x10 2. Prints out the contents of the 2D array after assigning the data to ma…
Using C++ Write a program which: 1. Assigns data given below into the 2D array o
Using C++ Write a program which: 1. Assigns data given below into the 2D array of integers which is 10x10 2. Prints out the contents of the 2D array after assigning the data to ma…
Using C++ Write a programmer defined function to add the elements of two arrays
Using C++ Write a programmer defined function to add the elements of two arrays of 5 integers each. Your main function should declare three integer arrays—two for holding the elem…
Using C++ Write a programmer defined function with void return type that calcula
Using C++ Write a programmer defined function with void return type that calculates the sum of integers from 1 to a user defined integer. For example, if the user defined integer …
Using C++ Write the follow: On a separate line create a function that will do th
Using C++ Write the follow: On a separate line create a function that will do the following: A function to perform the weighted average to compute the grade. The first and last el…
Using C++ Write the following code Create a struct data type called Student that
Using C++ Write the following code Create a struct data type called Student that contains: name a string that may contain blank spaces id an integer percent a double, current perc…
Using C++ You are given two files “HW6Prob2a.dat” and “HW6Prob2b.dat” with numbe
Using C++ You are given two files “HW6Prob2a.dat” and “HW6Prob2b.dat” with numbers in them. One file MAY have more numbers than the other. Write a program to read the numbers from…
Using C++ You are given two files “HW6Prob2a.dat” and “HW6Prob2b.dat” with numbe
Using C++ You are given two files “HW6Prob2a.dat” and “HW6Prob2b.dat” with numbers in them. One file MAY have more numbers than the other. Write a program to read the numbers from…