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

Browse P

Alphabetical listing with fast deep pagination.
81033 items • Page 1281 / 1621

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
Problem Description: The problem to be solved is the building of a binary tree i
Problem Description:           The problem to be solved is the building of a binary tree in RAM using methods that recursively call themselves to construct the tree. If the values…
Problem Description: The problem to be solved is the building of a binary tree i
Problem Description:           The problem to be solved is the building of a binary tree in RAM using methods that recursively call themselves to construct the tree. If the values…
Problem Description: This function receives three matrices h (homework), q (quiz
Problem Description: This function receives three matrices h (homework), q (quizzes) and e (exams). All matrices have the same number of unknown rows, one per student. Each has an…
Problem Description: This program is designed to extend the Account class from h
Problem Description: This program is designed to extend the Account class from homework #3. From our previous efforts, the Account class was defined to model a bank account. An ac…
Problem Description: Two arrays are strictly identical if their corresponding el
Problem Description: Two arrays are strictly identical if their corresponding elements are equal. Write a program with class name StrictlyIdentical that prompts the user to enter …
Problem Description: When shopping online, you select items and add them to a sh
Problem Description: When shopping online, you select items and add them to a shopping cart. Duplicate items are permitted in a shopping cart, as you can purchase multiples of the…
Problem Description: Write a C program to store up to 30 Fahrenheit temperatures
Problem Description: Write a C program to store up to 30 Fahrenheit temperatures and their equivalent Celsius temperatures in two parallel arrays. Partially fill the int array wit…
Problem Description: Write a method that validates a user email format. The emai
Problem Description: Write a method that validates a user email format. The email format is as follows: username@***.*** To validate the email format: First, you need to check whe…
Problem Description: Write a program in JAVA that reads a text file, ask the use
Problem Description: Write a program in JAVA that reads a text file, ask the user for name and ID, if the name and ID is a match than the program will ask for a code name to assig…
Problem Description: Write a program that reads integers, find the largest of th
Problem Description: Write a program that reads integers, find the largest of them, and counts its occurrences. Assume that the input ends with number 0. Suppose that you entered …
Problem Description: Write a program that reads integers, finds the largest of t
Problem Description: Write a program that reads integers, finds the largest of them, and counts its occurrences. Assume that the input ends with number 0. Suppose that you entered…
Problem Description: Write a program that reads integers, finds the largest of t
Problem Description: Write a program that reads integers, finds the largest of them, and counts its occurrences. Assume that the input ends with number 0. Suppose that you entered…
Problem Description: Write a program to randomly generate integer data values in
Problem Description: Write a program to randomly generate integer data values into an array which can hold 25 values. The program should ask the user to enter the minimum and maxi…
Problem Description: Write a program to simulate a deck of 52 playing cards. Rep
Problem Description: Write a program to simulate a deck of 52 playing cards. Represent your deck as a 2D Array where the value in the cell is the position of the card in the deck.…
Problem Description: Write a program which will have three methods, as follows:
Problem Description: Write a program which will have three methods, as follows: add() method: This method has two integer type parameters: min and max. It will return the summatio…
Problem Description: Write an assembly program that reads a line of input from t
Problem Description: Write an assembly program that reads a line of input from the user and counts the total number of characters, and the number of spaces (ASCII character 32). P…
Problem Description: Write an assembly program to read three 32-bit signed integ
Problem Description: Write an assembly program to read three 32-bit signed integers from the user. Write an assembly program that reads a line of input from the user and counts th…
Problem Description: Write an interactive application in Python to mimic a calcu
Problem Description: Write an interactive application in Python to mimic a calculator. In the first assignment you were asked to output the sum, difference, product and quotient o…
Problem Description: Write and test the fib function in two linked files. Your s
Problem Description: Write and test the fib function in two linked files. Your solution must be made up of a function called fib(N, &array) to store the first N elements of th…
Problem Description: Write the following method that returns the smallest elemen
Problem Description: Write the following method that returns the smallest element in a two-dimensional array along with its location (i.e., the row and column indices) public stat…
Problem Description: You are provided a functioning program for a ‘hangman’ styl
Problem Description: You are provided a functioning program for a ‘hangman’ style game. Users continually guess letters and may make up to five mistakes (i.e., guess a letter that…
Problem Description: You are to develop a Java program capable of maintaining ve
Problem Description: You are to develop a Java program capable of maintaining vehicle rental reservations for a given vehicle rental agency using an object-oriented design. Proble…
Problem Description: You are to develop a Java program capable of maintaining ve
Problem Description: You are to develop a Java program capable of maintaining vehicle rental reservations for a given vehicle rental agency using an object-oriented design. Proble…
Problem Description: You are to develop a Java program capable of maintaining ve
Problem Description: You are to develop a Java program capable of maintaining vehicle rental reservations for a given vehicle rental agency using an object-oriented design. Proble…
Problem Description: c++ programming The Flying Traveller Airline Company (FTAir
Problem Description: c++ programming The Flying Traveller Airline Company (FTAir) wants a program to process customer requests to fly from some origin city to some destination cit…
Problem Description: city.txt has a list of cities which are added using Binary
Problem Description:   city.txt has a list of cities which are added using Binary search tree insert algorithm. ? Cities are to be traversed in Inorder, Preorder and Postorder fro…
Problem Description: city.txt has a list of cities which are added using Binary
Problem Description: city.txt has a list of cities which are added using Binary search tree insert algorithm. ? Cities are to be traversed in Inorder, Preorder and Postorder from …
Problem Description: if you can please use this site to run the code ( Currently
Problem Description: if you can please use this site to run the code ( Currently student grade records are stored parallel arrays. const int NG = 4; string names[] = {"Amy Adams",…
Problem Description: using Visual studio c++ In this exercise, you are going to
Problem Description: using Visual studio c++ In this exercise, you are going to complete a program to organize a customer’s bank account information using struct. Five types of st…
Problem Design Using VHDL Programming You are to design a Moore network to contr
Problem Design Using VHDL Programming You are to design a Moore network to control a vending machine. The machine only dispenses product that costs 25 cents. The Moore network has…
Problem Design a simple GPA and CGPA interactive system. Your program will read
Problem Design a simple GPA and CGPA interactive system. Your program will read input data from keyboard and display reports on the screen. You will read each student records in C…
Problem Design and implement these 4 files: A parent class called Person with na
Problem Design and implement these 4 files: A parent class called Person with name and id attributes—id should be an integer Student inherits from Person and adds degree and major…
Problem Design and implement your own linked list template class and methods. Yo
Problem Design and implement your own linked list template class and methods. You will test your new template class using a driver program. The driver program should do the follow…
Problem Details A large firm employing tens of thousands of workers has been acc
Problem Details A large firm employing tens of thousands of workers has been accused of discriminating against its female managers. The accusation is based on a random sample of 1…
Problem Develop a menu driven program to input the sides and calculate the perim
Problem Develop a menu driven program to input the sides and calculate the perimeter and area of a triangle, square, rectangle, pentagon, and polygon. The application should close…
Problem E (20 points) Chet. Y Acc. can be used more than once -ANALYSIS OF TRANS
Problem E (20 points) Chet. Y Acc. can be used more than once -ANALYSIS OF TRANSACTIONS AND ADJUSTMENTS INSTRUCTIONS: In recording the selected transactions and adjustments, indic…
Problem E (54 points) The inventory at May 1 and the costs charged to Work in Pr
Problem E (54 points) The inventory at May 1 and the costs charged to Work in Process-- B during May for Star Company are as follows: Department $ 65,600 78,300 292,400 107.100 8,…
Problem E (54 points) The inventory at May 1 and the costs charged to Work in Pr
Problem E (54 points) The inventory at May 1 and the costs charged to Work in Process B during May for Star Company are as follows: --Department s 65.600 78,300 292.400 107,100 Di…
Problem E1 The solution of the equation ax2 + bx + c has 6 cases, that can occur
Problem E1 The solution of the equation ax2 + bx + c has 6 cases, that can occur with various values of a, b, and c. Test for these 6 cases in the order given here. Do not compute…
Problem E1 WRITE IN C++!! ::: The solution of the equation ax2 + bx + c has 6 ca
Problem E1 WRITE IN C++!! ::: The solution of the equation ax2 + bx + c has 6 cases, that can occur with various values of a, b, and c. Test for these 6 cases in the order given h…
Problem E2 Write a program that determines a student\'s letter grade. Allow the
Problem E2 Write a program that determines a student's letter grade. Allow the user to enter three test scores. The maximum score on each test is 100 points. Determine the letter …
Problem E2 Write a program that determines a student\'s letter grade. Allow the
Problem E2 Write a program that determines a student's letter grade. Allow the user to enter three test scores. The maximum score on each test is 100 points. Determine the letter …
Problem Exelon is contemplating spending $500000 to upgrade their nuclear reacto
Problem Exelon is contemplating spending $500000 to upgrade their nuclear reactor four years from now. After which they will be spending $15000 yearly on routine maintenance for t…
Problem F (30 points) Chpt.q Keu ttems& Relationships FILL-IN-THE-BLANK-PRINCIPL
Problem F (30 points) Chpt.q Keu ttems& Relationships FILL-IN-THE-BLANK-PRINCIPLES AND TERMINOLOGY- INSTRUCTIONS: Complete each of the following statements by writing the appr…
Problem F (32 points) -ANALYSIS OF COSTS- INSTRUCTIONS: For each of the followin
Problem F (32 points) -ANALYSIS OF COSTS- INSTRUCTIONS: For each of the following situations, identify the cost as either a direct cost (D) or an hired cost ?) indicate whether it…
Problem F Shaq Company operates with three segments, Louisiana, Orlando, and LA.
Problem F Shaq Company operates with three segments, Louisiana, Orlando, and LA. Data regarding these segment follow Louisiana Orlande LA segment segment segment Contribution to i…
Problem F1 Write a do while loop to require the user to enter two integers; the
Problem F1 Write a do while loop to require the user to enter two integers; the second integer must be equal to, or larger than, the first integer. Both integers must be at least …
Problem F1 Write a do while loop to require the user to enter two integers; the
Problem F1 Write a do while loop to require the user to enter two integers; the second integer must be equal to, or larger than, the first integer. Both integers must be at least …
Problem F: Your company is considering buying a new drill press. Refer to the ta
Problem F: Your company is considering buying a new drill press. Refer to the table below to answer questions 19-24 Drill Press 10,000 5 Vr Investment Life Salvage value Annual Sa…
Problem Facts Information related to the Sosa Company for the year 2020: Common
Problem Facts Information related to the Sosa Company for the year 2020: Common Stock- As of the end of 2020, Sosa had 240,000 shares of common stock outstanding. The shares are d…