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 415 / 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 function is_even in program below. The function should use pointer ar
Modify the function is_even in program below. The function should use pointer arithmetic – not subscripting – to visit array elements. In other words, eliminate the loop index var…
Modify the function my Int2Str to output strings in any base from 2 to 36 For ex
Modify the function my Int2Str to output strings in any base from 2 to 36 For example if the integer has value 23 and the base is 5, the string would be 43. void myIntB2Str (int n…
Modify the given IntegerQueue interface so that it is a generic Queue interface
Modify the given IntegerQueue interface so that it is a generic Queue interface (nameit IQueue) and write a generic class to implement it. You need to show therepresentation and s…
Modify the given Matlab code for the bisection algorithm so that the outputs are
Modify the given Matlab code for the bisection algorithm so that the outputs are n, an, bn, pn=(an+bn)/2, f(pn) and bn-an. Stop the alorithm when abs(bn-an)<10-12 or after 45 i…
Modify the given Program so that it will calculate all possible roots of quadrat
Modify the given Program so that it will calculate all possible roots of quadratic equation(include Imaginary number) #include<iostream.h> #include<math.h> //this prog…
Modify the given RationalNumber class (see below) so that it implements the Comp
Modify the given RationalNumber class (see below) so that it implements the Comparable interface (which means it should implement the compareTo method). To perform the comparison,…
Modify the given code such that negative inputs do not break the program and the
Modify the given code such that negative inputs do not break the program and the smallest number that broke the program before now works. Do not hardcode answers. #include <ios…
Modify the given file Sixes.java to return the number of sixes contained in the
Modify the given file Sixes.java to return the number of sixes contained in the numbers supplied. This must be a recursive solution. Non-recursive solutions will not receive credi…
Modify the given program so that it keeps the DVDs sorted by Author. In order to
Modify the given program so that it keeps the DVDs sorted by Author. In order to produce efficient code do not apply sorting to keep the DVDs sorted. Redesign method add instead, …
Modify the grade book program to use a custom struct to hold the student\'s ID n
Modify the grade book program to use a custom struct to hold the student's ID number and the percentage score for each item in the grade book. The program should accept the entry …
Modify the grade book program to use a custom struct to hold the student\'s ID n
Modify the grade book program to use a custom struct to hold the student's ID number and the percentage score for each item in the grade book. The program should accept the entry …
Modify the graph by removing the least number of edges so that the resulting gra
Modify the graph by removing the least number of edges so that the resulting graph has an Euler circuit. Then find an Euler circuit for the modified graph. Which edge(s) should be…
Modify the hash.java program to use quadratic probing. // hash.java // demonstra
Modify the hash.java program to use quadratic probing. // hash.java // demonstrates hash table with linear probing // to run this program: C:>java HashTableApp import java.io.*…
Modify the hot potato simulation to allow for a randomly choosen counting value
Modify the hot potato simulation to allow for a randomly choosen counting value so that each pass is not predictable from the previus one. use this two file: =====================…
Modify the ibrary program as follows: 1. Give your LibraryCard the functionality
Modify the ibrary program as follows: 1. Give your LibraryCard the functionality to be deep copied. Note that that means that you will need to be able to deep copy other objects i…
Modify the immediate two levels of organization that significantly controls the
Modify the immediate two levels of organization that significantly controls the function of a cell? These cellular structures increase the superficial surface area of a cell. Thes…
Modify the insert method in OurArray to add a new element so that the order is m
Modify the insert method in OurArray to add a new element so that the order is maintained The smallest value will always be at index 0 and the largest at indcex size-1. if the con…
Modify the insert method in OurArray to add a new element so that the order is m
Modify the insert method in OurArray to add a new element so that the order is maintained. The smallest value will always be at index 0 and the largest at indcex size-1. if the co…
Modify the java program (at the end of the page) to create a simple HTTP Server
Modify the java program (at the end of the page) to create a simple HTTP Server program. A client program, a web browser,should make a request to server to retrieve a resource, an…
Modify the java programs provided in pAssignment07_template.zip and add necessar
Modify the java programs provided in pAssignment07_template.zip and add necessary code components so as to allow a user to input integer values into a 6-element array and search t…
Modify the java programs provided in pAssignment07_template.zip and add necessar
Modify the java programs provided in pAssignment07_template.zip and add necessary code components so as to allow a user to input integer values into a 6-element array and search t…
Modify the javascript program below game as follows: Please leave comments where
Modify the javascript program below game as follows: Please leave comments where you made modifications. The board is a 4x4 grid. Squares go from lower left (0, 0) to upder right …
Modify the justify program of Section 15.3 by rewriting the line.c file so that
Modify the justify program of Section 15.3 by rewriting the line.c file so that it stores the current line in a linked list. Each node in the list will store a single word. The li…
Modify the justify program of Section 15.3 from the textbook by rewriting the li
Modify the justify program of Section 15.3 from the textbook by rewriting the line.c le so that it stores the current line in a linked list. Each node in the list will store a sin…
Modify the library program as follows: 1. Give your LibraryCard the functionalit
Modify the library program as follows: 1. Give your LibraryCard the functionality to be deep copied. Note that that means that you will need to be able to deep copy other objects …
Modify the library program as follows: Create a Catalog class that should contai
Modify the library program as follows: Create a Catalog class that should contain a mapping from LibraryMaterial to a collection of LibraryMaterialCopy. It should keep track of al…
Modify the library program as follows: Create a LibraryCardManager class. It sho
Modify the library program as follows: Create a LibraryCardManager class. It should contain a collection of LibraryCards and support the following operations:    a) add new librar…
Modify the library program as follows: Create a method in the LibraryMaterial cl
Modify the library program as follows: Create a method in the LibraryMaterial class that accepts a string s as a parameter and returns true if the title of the string is equal to …
Modify the library program as follows: Create a user menu (this can be in main b
Modify the library program as follows: Create a user menu (this can be in main by rewriting the code or writing a brand new class) that supports the following operations: a) add n…
Modify the library program as follows: Modify the main program (mainProgram.java
Modify the library program as follows: Modify the main program (mainProgram.java) to create a user menu for the library. The user menu must include ouput and input for the followi…
Modify the library program as follows: Modify the main program (mainProgram.java
Modify the library program as follows: Modify the main program (mainProgram.java) to create a user menu for the library. The user menu must include ouput and input for the followi…
Modify the library program as follows: Modify the main program (mainProgram.java
Modify the library program as follows: Modify the main program (mainProgram.java) to create a user menu for the library. The user menu must include ouput and input for the followi…
Modify the library program as follows: Modify the main program (mainProgram.java
Modify the library program as follows: Modify the main program (mainProgram.java) to create a user menu for the library. The user menu must include ouput and input for the followi…
Modify the linked list example in the book so that it is a doubly linked list. P
Modify the linked list example in the book so that it is a doubly linked list. Prove that your program works properly by implementing a print backwards function. The book's code (…
Modify the linked list program to include a delete feature. The program should d
Modify the linked list program to include a delete feature. The program should delete all items from the list with a quantity of zero.
Modify the linked list program to include a delete feature. The program should d
Modify the linked list program to include a delete feature. The program should delete all items from the list with a quantity of zero.
Modify the linked list program to include a delete feature. The program should d
Modify the linked list program to include a delete feature. The program should delete all items from the list with a quantity of zero
Modify the linked list program to include a search. The search should allow the
Modify the linked list program to include a search. The search should allow the user to enter a part number and then search the list and print out the complete information for tha…
Modify the linked list program to include a search. The search should allow the
Modify the linked list program to include a search. The search should allow the user to enter a part number and then search the list and print out the complete information for tha…
Modify the linked list program to include a search. The search should allow the
Modify the linked list program to include a search. The search should allow the user to enter a part number and then search the list and print out the complete information for tha…
Modify the linkedList.h file by implementing details for the class method called
Modify the linkedList.h file by implementing details for the class method called listUnion(). The prototype for this function is as follows: template <class Type> voidlistUn…
Modify the loop statement 1. Open the Main class. Modify the loop that prompts t
Modify the loop statement 1.       Open the Main class. Modify the loop that prompts the user for a number so that it’s an infinite while loop. When you do that, you only need to …
Modify the lutx function mentioned in the previous problem using explicit for lo
Modify the lutx function mentioned in the previous problem using explicit for loops instead of MATLAB vector notation. For instance, one section of your new program might read % C…
Modify the main method so that it does the following: Creates an ArrayList of N
Modify the main method so that it does the following: Creates an ArrayList of N random integers that are less than 100. Traverses the ArrayList and adds all of the integers to an …
Modify the main program and the subroutine so that the input and output to the s
Modify the main program and the subroutine so that the input and output to the subroutine are handled on the stack and not through the core registers. The code is running on MSP-E…
Modify the main program and the subroutine so that the input and output to the s
Modify the main program and the subroutine so that the input and output to the subroutine are handled on the stack and not through the core registers. The code is running on Launa…
Modify the main program for Assignment #4, travelSystem.py, by adding three line
Modify the main program for Assignment #4, travelSystem.py, by adding three lines: from travelPlot import plotTravel … # Plot the travel for each item from itemRecords plotTravel(…
Modify the maze in the MazeSearch.java program, such that 1. The maze cannot be
Modify the maze in the MazeSearch.java program, such that 1. The maze cannot be traversed. 2. There are 2 different paths to traverse the maze. //*********************************…
Modify the memoizedCutRod method to keep track of the rod length that generates
Modify the memoizedCutRod method to keep track of the rod length that generates the optimal solution for each of the rod lengths used in problem 1 above. • Add a column to the out…
Modify the method in higharray.java so that the item with the highest key is not
Modify the method in higharray.java so that the item with the highest key is not only returned by the method, but also removed from the array. Call the method removeMax(). class H…