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

Browse M

Alphabetical listing with fast deep pagination.
30746 items • Page 411 / 615

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
Modify the NervousShapes program so that it displays equilateral triangles as we
Modify the NervousShapes program so that it displays equilateral triangles as well as circles and rectangles. You will need to define a Triangle class containing a single instance…
Modify the NervousShapes program so that it displays equilateral triangles as we
Modify the NervousShapes program so that it displays equilateral triangles as well as circles and rectangles. You will need to define a Triangle class containing a single instance…
Modify the NervousShapes program so that it displays equilateral triangles as we
Modify the NervousShapes program so that it displays equilateral triangles as well as circles and rectangles. You will need to define a Triangle class containing a single instance…
Modify the NervousShapes so that it displays equilateral triangles as well as ci
Modify the NervousShapes so that it displays equilateral triangles as well as circles and rectangles. You will need to define a Triange class containing a single instance variable…
Modify the Node class to add the new field name previous to refer to the previou
Modify the Node class to add the new field name previous to refer to the previous node in the list, as follows: public class Node { Object element; Node next; Node previous; publi…
Modify the NodeT to include a string field called def (which will hold the word
Modify the NodeT to include a string field called def (which will hold the word definitions). In the currently existing NodeT constructor, set the def field to be a blank string (…
Modify the Payroll Program application so it continues to request employee infor
Modify the Payroll Program application so it continues to request employee information until the user enters stop as the employee name. In addition, program the application to che…
Modify the Perl program lab10e.pl so that it prints the user id of the person wh
Modify the Perl program lab10e.pl so that it prints the user id of the person who had the maximum length session. Do not use the total time for any user for comparison purposes; i…
Modify the Polymorphism code shown below. Include an Abstract Class and an Inter
Modify the Polymorphism code shown below. Include an Abstract Class and an Interface (add at least one abstract method) Modify your code to include Polymorphic Code (variables, me…
Modify the Polymorphism codeas shown below. Include an Abstract Class and an Int
Modify the Polymorphism codeas shown below. Include an Abstract Class and an Interface (add at least one abstract method) Modify your code to include Polymorphic Code (variables, …
Modify the Program below to be a doubly linked list and add an additional member
Modify the Program below to be a doubly linked list and add an additional member function to the LinkedList class to print the list in reverse order. Modify the main function to d…
Modify the Python code in the first part of the posting below so that it outputs
Modify the Python code in the first part of the posting below so that it outputs over 100 cycles: https://stackoverflow.com/questions/19865137/how-to-exp ort-pyserial-reading-data…
Modify the Rainfall Statistics program you wrote for Programming Challenge 2 of
Modify the Rainfall Statistics program you wrote for Programming Challenge 2 of Chapter 7. The program should display a list of months, sorted in order of rainfall, from highest t…
Modify the RationalNumber class so that it implements the Comparable interface.
Modify the RationalNumber class so that it implements the Comparable interface. To perform the comparison, compute an equivalent floating point value from the numerator and denomi…
Modify the RationalNumber class so that it implements the Comparable interface.
Modify the RationalNumber class so that it implements the Comparable interface. To perform the comparison, compute an equivalent floating point value from the numerator and denomi…
Modify the Rental class to include n integer field that holds an equipment type.
Modify the Rental class to include n integer field that holds an equipment type. Add a final String array that holds names of the types of equipment that Sammy’s rents-jet ski, po…
Modify the RepeatedDigits program below so that the user can enter more than one
Modify the RepeatedDigits program below so that the user can enter more than one number to be tested for repeated digits. The program should terminate when the user enters a numbe…
Modify the RepeatedDigits program below so that the user can enter more than one
Modify the RepeatedDigits program below so that the user can enter more than one number to be tested for repeated digits. The program should terminate when the user enters a numbe…
Modify the Resistor-Class Definition Back to top Add a static data member of the
Modify the Resistor-Class Definition Back to top Add a static data member of the class Resistor to keep track of the number of Resistor objects that are dynamically created. This …
Modify the Shortest Flight program and write a new function that asks the user f
Modify the Shortest Flight program and write a new function that asks the user for the maximum flight duration and maximum price he/she is willing to pay and finds all flights tha…
Modify the Single-Cycle Datapath to implement the following instruction: add 3 R
Modify the Single-Cycle Datapath to implement the following instruction: add 3 Rd, Rs, Rt, Rx which is defined as R[Rd] = R[Rs] + R[Rt] + R[Rx] You do not need to redraw the entir…
Modify the SlashFigure program from the previous exercise to produce a new progr
Modify theSlashFigureprogram from the previous exercise to produce a new programSlashFigure2that uses a global constant for the figure's height. The previous output used a constan…
Modify the SodaCan class of Exercise P8.5 to implement the Measurable interface.
Modify the SodaCan class of Exercise P8.5 to implement the Measurable interface. The measure of a soda can should be its surface area. Write a program that computes the average su…
Modify the Solow Growth model by including government spending as follows. The g
Modify the Solow Growth model by including government spending as follows. The government purchases G units of consumption goods in the current period, were G = gN and g is a posi…
Modify the Stack ADT implementations Utilizing your Stack ADT implementations: I
Modify the Stack ADT implementations Utilizing your Stack ADT implementations: Implement the methods specified for the bounded stack (ArrayStack) • Add an inspector method inspect…
Modify the Stack class given in the book in order for it to store double numbers
Modify the Stack class given in the book in order for it to store double numbers (instead of void* pointers). Add a destructor that will delete all the stack by making calls to po…
Modify the StonesGame to use a two-dimensional grid of stones, capturing stones
Modify the StonesGame to use a two-dimensional grid of stones, capturing stones in all directions: horizontal, vertical, and diagonal. The original StonesGame class is provided as…
Modify the Student Line Up program described in Programming Challenge #13 so tha
Modify the Student Line Up program described in Programming Challenge #13 so that it gets the names from a data file. Names should be read in until there is no more data to read. …
Modify the TONE.ASM program so that the 0.25-second 1 KHz tones plays five times
Modify the TONE.ASM program so that the 0.25-second 1 KHz tones plays five times, once each second. Hint: Use DOS INT 21H Function 2CH (Get Time) I need help getting the following…
Modify the TelephoneNumber class described in Exercise 6 so that it is serializa
Modify the TelephoneNumber class described in Exercise 6 so that it is serializable. Write a program that creates an array whose base type is Tele phoneNumber by reading data from…
Modify the Test Scores program from the above Debug Section into a class grade b
Modify the Test Scores program from the above Debug Section into a class grade book that includes a class of up to 20 students and 3 test grades. Each test is read in as a separat…
Modify the Test Scores program from the above Debug Section into a class grade b
Modify the Test Scores program from the above Debug Section into a class grade book that includes a class of up to 20 students and 3 test grades. Each test is read in as a separat…
Modify the Test Scores program from the above Debug Section into a class grade b
Modify the Test Scores program from the above Debug Section into a class grade book that includes a class of up to 20 students and 3 test grades. Each test is read in as a separat…
Modify the TicTacToeServer class to test for a win, loss or draw after each move
Modify the TicTacToeServer class to test for a win, loss or draw after each move. Send a message to each client that indicates the result of the game when the game is over. // Ser…
Modify the Turtle class so that it has a \"draw()\" method and a \"draw(Color co
Modify the Turtle class so that it has a "draw()" method and a "draw(Color color)" method. The implementation of these draw methods should draw a shape of your choosing. Create th…
Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that the preset (P
Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that the preset (PRE) is synchronous instead of asynchronous. The clear (CLR) remains asynchronous. ENTITY jkflipflop…
Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that the preset (P
Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that the preset (PRE) is synchronous instead of asynchronous. The clear (CLR) remains asynchronous. ENTITY jkflipflop…
Modify the VHDL code from Figure 5.28 to implement the ASU represented in Figure
Modify the VHDL code from Figure 5.28 to implement the ASU represented in Figure 5.13. Create a file ASU.vhd to accomplish this task. Note: change ieee.std_logic_signed.all to iee…
Modify the War Game program to play until the player hands are empty. That is, a
Modify the War Game program to play until the player hands are empty. That is, after the deck is empty, the players must continue playing until they have played the three remainin…
Modify the War Game program to play until the player hands are empty. That is, a
Modify the War Game program to play until the player hands are empty. That is, after the deck is empty, the players must continue playing until they have played the three remainin…
Modify the Week Two console based, non-GUI Java application using NetBeans IDE t
Modify the Week Two console based, non-GUI Java application using NetBeans IDE to meet these additional and changed business requirements: The company has recently changed its tot…
Modify the Week Two console based, non-GUI Java application using NetBeans IDE t
Modify the Week Two console based, non-GUI Java application using NetBeans IDE to meet these additional and changed business requirements: The company has recently changed its tot…
Modify the \"spiral\" method in the \"DrawDemo\" class so that a spiral appears
Modify the "spiral" method in the "DrawDemo" class so that a spiral appears in the center of the canvas. However, instead of displaying the lines as black, randomize the color of …
Modify the above problem to have saturated vapor entering the compressor at 1.6
Modify the above problem to have saturated vapor entering the compressor at 1.6 bar and saturated liquid leaving the condenser at 9 bar. Answer the same questions as in the above …
Modify the accounts payable application to include the complete functionality of
Modify the accounts payable application to include the complete functionality of the payroll application. The application should still process two invoice objects, but now should …
Modify the algorithm TREE-DELETE so that when the node z to be deleted has two c
Modify the algorithm TREE-DELETE so that when the node z to be deleted has two children, the algorithm will choose node y as the predecessor instead of the successor of z. Make mi…
Modify the algorithm below to keep a count of the total number of nodes your alg
Modify the algorithm below to keep a count of the total number of nodes your algorithm examines. You must also modify the algorithm to include the set of items in the solution. Yo…
Modify the algorithm in this section to use an array of strings, and to find the
Modify the algorithm in this section to use an array of strings, and to find the last match. In this example, a match is a word of a specified length. For example, when asked for …
Modify the algorithm to solve the problem of finding the k-th largest number in
Modify the algorithm to solve the problem of finding the k-th largest number in array A, 1kn, without sorting the entire array. Partsof the algorithm are given below. Fill in the …
Modify the answer to Exercise 1 as follows. Jerry will be charging the total bil
Modify the answer to Exercise 1 as follows. Jerry will be charging the total bill, including the tip, to his credit card. Modify the solution so that, in addition to calculating a…