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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 924 / 1333

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
Write a C++ program that will read 10 records into an array from a data file. Ea
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 total pa…
Write a C++ program that will read in and analyze temperatures around the nation
Write a C++ program that will read in and analyze temperatures around the nation on a particular day. The input data will be in a text file called temperature.txt. The first line …
Write a C++ program that will read in values and return the sum of different dat
Write a C++ program that will read in values and return the sum of different data types. Write a function             T accum(vector <T> v) that forms and returns the "sum" …
Write a C++ program that will read in values and return the sum of different dat
Write a C++ program that will read in values and return the sum of different data types. Write a function             T accum(vector <T> v) that forms and returns the "sum" …
Write a C++ program that will read information from an input file named employee
Write a C++ program that will read information from an input file named employee_info.dat and that will create an output file named lnam_pay.out, where lnam corresponds to the fir…
Write a C++ program that will read names followed by single test grade. The very
Write a C++ program that will read names followed by single test grade. The very first line of the file has a single number which represents the max number of points to make on a …
Write a C++ program that will read names followed by single test grade. The very
Write a C++ program that will read names followed by single test grade. The very first line of the file has a single number which represents the max number of points to make on a …
Write a C++ program that will read names followed by single test grade. The very
Write a C++ program that will read names followed by single test grade. The very first line of the file has a single number which represents the max number of points to make on a …
Write a C++ program that will read sets of three pairs of coordinates from a tex
Write a C++ program that will read sets of three pairs of coordinates from a text file. If these numbers represent three collinear points, your program will print the points and a…
Write a C++ program that will read student data from a file, compute average tes
Write a C++ program that will read student data from a file, compute average test scores and grades for the course, and output the data in a file. The data that will be stored in …
Write a C++ program that will repeatedly perform the following text file analysi
Write a C++ program that will repeatedly perform the following text file analysis tasks. It will prompt the user to enter a text file name and then open the file for reading. It w…
Write a C++ program that will set a variable to a number between 1 to 20, for ex
Write a C++ program that will set a variable to a number between 1 to 20, for example 7 or whatever you wish. Then display the following on the monitor: You have 5 chances to gues…
Write a C++ program that will simulate a drive-in for a new fast-food place, Tac
Write a C++ program that will simulate a drive-in for a new fast-food place, Taco Fry, where you get good greasy food, Mexican style.You may use a linked list for the eventList. F…
Write a C++ program that will store 7 integers (entered by the user) into an arr
Write a C++ program that will store 7 integers (entered by the user) into an array ca lled "list1". Next, prompt the user for 5 integers and put them into an array called "list2".…
Write a C++ program that will take any input infix computation consisting of (,
Write a C++ program that will take any input infix computation consisting of (, ), +, -, *, / and positive numeric operands and convert it to postfix. Use a stack, as was demonstr…
Write a C++ program that will take as input a URL and output the host and the po
Write a C++ program that will take as input a URL and output the host and the port. If there is no port, output that no port is present. Ex: http://129.128.0.0:80/action? The doub…
Write a C++ program that will the binary search tree implementation of a diction
Write a C++ program that will the binary search tree implementation of a dictionary to find Word co-occurrence (appearing together in sequence or simultaneously). This is a phenom…
Write a C++ program that will use a pointer “list_ptr” to dynamically allocate m
Write a C++ program that will use a pointer “list_ptr” to dynamically allocate memory for a list of integer values. The program will search for the largest and smallest values wit…
Write a C++ program that will use a two-dimensional array to create and store th
Write a C++ program that will use a two-dimensional array to create and store the multiplication tables for the integers 1-10. The table shall be created in a function name “multi…
Write a C++ program that works with relations as arrays of Pairs of integers. Ha
Write a C++ program that works with relations as arrays of Pairs of integers. Have a Pair struct as: With Pair setup this way you can easily test Pairs for equality and input and …
Write a C++ program that, given a seven-digit number, writes to a file every pos
Write a C++ program that, given a seven-digit number, writes to a file every possible seven-letter word corresponding to that number. There are 2187 (3 to the seventh power) such …
Write a C++ program that, using the class frationType, performs operations on fr
Write a C++ program that, using the class frationType, performs operations on fractions. Among other things, test the following: Suppose X, Y, and Z are objects of fractionType. I…
Write a C++ program that: (1) defines and implements a hash class that construct
Write a C++ program that: (1) defines and implements a hash class that constructs a 23 element array (may be implemented using a vector, a deque, or a list, if you prefer), storin…
Write a C++ program that: (1) defines and implements a hash class that construct
Write a C++ program that: (1) defines and implements a hash class that constructs a 23 element array (may be implemented using a vector, a deque, or a list, if you prefer), storin…
Write a C++ program that: (1) defines and implements a hash class that construct
Write a C++ program that: (1) defines and implements a hash class that constructs a 23 element array (may be implemented using a vector, a deque, or a list, if you prefer), storin…
Write a C++ program that: 1- Reads records from a file named input.txt. 2- Each
Write a C++ program that: 1- Reads records from a file named input.txt. 2- Each record contains the last name of a student and 5 test scores (type double) in the following format:…
Write a C++ program that: 1. Requests a positive number “N” from the user that i
Write a C++ program that: 1. Requests a positive number “N” from the user that is in the range [1, 20]. If the user enters a number outside this range, display an error message an…
Write a C++ program that: unsigned * smallValues(unsigned & all, unsigned & used
Write a C++ program that: unsigned * smallValues(unsigned & all, unsigned & used,     unsigned f(unsigned n), unsigned threshold if a is the returned DA array, smallValues…
Write a C++ program that; Prompts the user for two words then displays the numbe
Write a C++ program that; Prompts the user for two words then displays the number of characters, and the first and last characters of each word. Next, create 2 new words such that…
Write a C++ program thatwill find out the total amount of a customer\'s bill acc
Write a C++ program thatwill find out the total amount of a customer's bill according tothe items he or she has purchased. Create twoclasses: Purchased_item, Bill The Purchased_it…
Write a C++ program thatwill find out the total amount of a customer\'s bill acc
Write a C++ program thatwill find out the total amount of a customer's bill according tothe items he or she has purchased. Create twoclasses: Purchased_item, Bill The Purchased_it…
Write a C++ program ticketSales to do the following. In your main() function, yo
Write a C++ program ticketSales to do the following. In your main() function, you should do the following • Call the function getNumber() to get the number of tickets sold • Call …
Write a C++ program to : 1. Create an integer array of size 20 Assign int values
Write a C++ program to : 1. Create an integer array of size 20 Assign int values using loops such that the first element is 3 and every element after that is the determined by the…
Write a C++ program to Compute the resultant of two two-dimensional forces. 1) W
Write a C++ program to Compute the resultant of two two-dimensional forces. 1) Write a function to Compute the direction angle of a force F by using a component of the force F_x, …
Write a C++ program to Implement the encryption and decryption functions for suc
Write a C++ program to Implement the encryption and decryption functions for such a scheme that will split the original file into two new files and vice versa. One of these two ne…
Write a C++ program to \"draw\" ellipses by printing characters, to the followin
Write a C++ program to "draw" ellipses by printing characters, to the following specifications: Prompt the user for values for a and b, then draw an ellipse using the formula (x2/…
Write a C++ program to aid the DeAnza Bookstore in estimating its business for n
Write a C++ program to aid the DeAnza Bookstore in estimating its business for next quarter. Experience has shown that sales depend on whether a book is required or suggested, and…
Write a C++ program to allow the user to create a test bank of questions. The pr
Write a C++ program to allow the user to create a test bank of questions. The program should first ask the user how many questions he or she wishes to create. This quantity will b…
Write a C++ program to allow the user to create a test bank of questions. The pr
Write a C++ program to allow the user to create a test bank of questions. The program should first ask the user how many questions he or she wishes to create. This quantity will b…
Write a C++ program to allow the user to create a test bank of questions. The pr
Write a C++ program to allow the user to create a test bank of questions. The program should first ask the user how many questions he or she wishes to create. This quantity will b…
Write a C++ program to analysis student exm scores. In class we\'ve discussed us
Write a C++ program to analysis student exm scores. In class we've discussed using arrays to store exm scores for a class, and writing functions to input the data, compute the med…
Write a C++ program to analyze a small subset of the data that has beencollected
Write a C++ program to analyze a small subset of the data that has beencollected. INPUT: Redirect the input from the file HR.txt.The file consists of three columns, with six lines…
Write a C++ program to analyze a variety of triangles. The program should determ
Write a C++ program to analyze a variety of triangles. The program should determine all angles and all sides for a triangle for three different options (give the user a menu of ch…
Write a C++ program to analyze a variety of triangles. The program should determ
Write a C++ program to analyze a variety of triangles. The program should determine all angles and all sides for a triangle for three different options (give the user a menu of ch…
Write a C++ program to calculate if a student is a Freshman, Sophomore, Junior,
Write a C++ program to calculate if a student is a Freshman, Sophomore, Junior, or Senior. Use the variable intCredits and input the number of credits using a keyboard. Use the fo…
Write a C++ program to calculate scientifically the following summation using a
Write a C++ program to calculate scientifically the following summation using a variable of double type to keep the sum in the program. The program should also display the final r…
Write a C++ program to calculate students’ average test scores and their grades.
Write a C++ program to calculate students’ average test scores and their grades. Your program must use three arrays, sized to handle 50 students with five scores each: • a one-dim…
Write a C++ program to calculate students’ average test scores and their grades.
Write a C++ program to calculate students’ average test scores and their grades. Your program must use three arrays, sized to handle 50 students with five scores each: • a one-dim…
Write a C++ program to calculate the average score for certain number of student
Write a C++ program to calculate the average score for certain number of student. Define 10 elements integer array, and sum. Use counter controlled structure to do the following: …
Write a C++ program to calculate the course grade using functions and arrays. Th
Write a C++ program to calculate the course grade using functions and arrays. The following is the weight of each task as part of the total grade: Lab exercises (10 labs): 20% Hom…