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 414 / 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 existing Dice , Die , CrookedDie1 and CrookedDie2 classes as provided
Modify the existing Dice, Die, CrookedDie1 and CrookedDie2 classes as provided, so that they satisfy the described changes. Add an AbstractDie class, with: - private int field las…
Modify the existing code for Linked Lists. Specifically, you must take the exist
Modify the existing code for Linked Lists. Specifically, you must take the existing code for Linked Lists, and make it implement the iterator method of the java.lang.Iterable inte…
Modify the existing vector\'s contents, by erasing 200, then inserting 100 and 1
Modify the existing vector's contents, by erasing 200, then inserting 100 and 102 in the shown locations. Use Vector ADT's erase() and insert() only. Sample output of below progra…
Modify the findLocation function so that it uses a binary search instead of a se
Modify the findLocation function so that it uses a binary search instead of a sequential search.  It should still have the following skeleton: def findLocationBinary(yearList, loc…
Modify the following * printer function * inputs - none * return - none * * XXX
Modify the following * printer function *    inputs - none *    return - none * * XXX (describe what it does) * XXX (include an overview of how shared memory and semaphores are im…
Modify the following 10 x 10 (10col, 10 rows) array by writing a code to find th
Modify the following 10 x 10 (10col, 10 rows) array by writing a code to find the maximum and minumum vaule. *Use 'For Loop' statements for the Max and Min code. Display output wh…
Modify the following ARM code so that it now has a “main” that simply calls a RE
Modify the following ARM code so that it now has a “main” that simply calls a RECURSIVE fibonacci function with a single parameter of 16 (that is retrieved from a memory labeled “…
Modify the following C++ code and make sure it runs EXACTLY like this sample run
Modify the following C++ code and make sure it runs EXACTLY like this sample run: Input size: 5 Enter numbers: 20 7 8 1 3 This is a heap. Select an operation     1: Insert a numbe…
Modify the following C++ program so that it uses two value-returning functions;
Modify the following C++ program so that it uses two value-returning functions; one to determine the fat calories and the other to determine the fate percentage. #include <iost…
Modify the following HTML code to use a vertical flexbox. The flexbox should exp
Modify the following HTML code to use a vertical flexbox. The flexbox should expand vertically with no gaps between the boxes.The flexbox should expand vertically, allowing the ov…
Modify the following HTML code to use five pictures and set the transition-durat
Modify the following HTML code to use five pictures and set the transition-duration to 3s and set the transition-timing-function to linear. It might be interesting to use five ima…
Modify the following Java program so that the equations are written in correct J
Modify the following Java program so that the equations are written in correct Java format. You can use Math.PI as the value of pi public class Equations { public static void main…
Modify the following Python code so that instead of returning the time in second
Modify the following Python code so that instead of returning the time in seconds, it returns the time in minutes. def numberPossiblePasswords(numDigits, numPossiblePerDigit):    …
Modify the following SQL command so that the Rep_ID column is the PRIMARY KEY fo
Modify the following SQL command so that the Rep_ID column is the PRIMARY KEY for the table and the default value of Y is assigned to the Comm column. ( The Comm column indicates …
Modify the following \'MessageBoxes\' application so it uses a single action lis
Modify the following 'MessageBoxes' application so it uses a single action listener for each button. This will require you to separate the single action listener logic into multip…
Modify the following \'MessageBoxes\' application so it uses a single action lis
Modify the following 'MessageBoxes' application so it uses a single action listener for each button. This will require you to separate the single action listener logic into multip…
Modify the following \'MessageBoxes\' application so it uses a single action lis
Modify the following 'MessageBoxes' application so it uses a single action listener for each button. This will require you to separate the single action listener logic into multip…
Modify the following \'MessageBoxes\' application so it uses a single action lis
Modify the following 'MessageBoxes' application so it uses a single action listener for each button. This will require you to separate the single action listener logic into multip…
Modify the following \'MessageBoxes\' application so it uses a single action lis
Modify the following 'MessageBoxes' application so it uses a single action listener for each button. This will require you to separate the single action listener logic into multip…
Modify the following \'MessageBoxes\' application so it uses a single action lis
Modify the following 'MessageBoxes' application so it uses a single action listener for each button. This will require you to separate the single action listener logic into multip…
Modify the following \'MessageBoxes\' application so it uses a single action lis
Modify the following 'MessageBoxes' application so it uses a single action listener for each button. This will require you to separate the single action listener logic into multip…
Modify the following assembly code section in order to make: The pins 0 and 1 of
Modify the following assembly code section in order to make: The pins 0 and 1 of PORTA inputs. All PORTB pins outputs, PORTB pins 7, 5, 3 & 1 have the logic value 1. BCF ST AT…
Modify the following bubble sort program to sort 50 random integers using two-di
Modify the following bubble sort program to sort 50 random integers using two-directional bubbling(or shaker sorted)in each pass. The first bubbling the smallest integer is bubble…
Modify the following code below and follow exactly all given instructions: 1) In
Modify the following code below and follow exactly all given instructions: 1) In the functions set_difference and set_complement eliminate all loop index variables (int i and i) w…
Modify the following code below to use Stack to program a simple calculator, tha
Modify the following code below to use Stack to program a simple calculator, that can handle +, -, *, /, and ( ). We will assume that all numbers are integers (therefore, we perfo…
Modify the following code for Dijkstra\'s Algorithm to solve Bellman-Ford Algori
Modify the following code for Dijkstra's Algorithm to solve Bellman-Ford Algorithm. import java.io.*; import java.lang.*; import java.util.*; public class Dijkstra {     private i…
Modify the following code for Dijkstra\'s Algorithm to work with negative edges.
Modify the following code for Dijkstra's Algorithm to work with negative edges. import java.io.*; import java.lang.*; import java.util.*; public class Dijkstra {     private int V…
Modify the following code in the \"add your code\" part #include #incl
Modify the following code in the "add your code" part #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #define NAME_LEN 30 str…
Modify the following code so it has at least the same capabilities, but make 3 d
Modify the following code so it has at least the same capabilities, but make 3 different changes to improve the design (ex: naming all constants only counts as one change) You are…
Modify the following code so that it includes a button when clicked it changes t
Modify the following code so that it includes a button when clicked it changes the layout from relative to linear. Also, add an image that when clicked it enlarge to view better f…
Modify the following code so that it is an implementation of a doubly-linked lis
Modify the following code so that it is an implementation of a doubly-linked list. public class LinkedList<T> {     Node<T> itsFirstNode;     Node<T> itsLastNode…
Modify the following code to evaluate the numerical derivative of sin(x) over th
Modify the following code to evaluate the numerical derivative of sin(x) over the interval x1 < x < x2. The user needs to input x1, x2, and h. The program also needs to empl…
Modify the following code to multiply the input code by 3 before outputting it.
Modify the following code to multiply the input code by 3 before outputting it. #include <hidef.h>      /* common defines and macros */ #include <mc9s12dg256.h>     /*…
Modify the following code to print out the class list in the following format Sl
Modify the following code to print out the class list in the following format Sl FirstName LastName ID Grade 1 Do Little 4444 98 2 Adam Strong 1111 87 3 Dan Martin 5555 86 4 Stuar…
Modify the following code using multi-threading Java implementation of the syste
Modify the following code using multi-threading Java implementation of the system. At the minimum: a. Each station should be implemented using a dedicated thread b. The simulation…
Modify the following exercise 7-2 on comparing strings so it is now done in a GU
Modify the following exercise 7-2 on comparing strings so it is now done in a GUI application frame class definition with a main instead of a console application. The GUI componen…
Modify the following function so that it performs N steps of the Adams-Bashforth
Modify the following function so that it performs N steps of the Adams-Bashforth-Moulton combination in PECE mode. function [x, y] = ab4 (x, y, h, N) % The first 3 steps are taken…
Modify the following js code so that a button element is clicked to update the m
Modify the following js code so that a button element is clicked to update the message: function updateDuration() { 'use strict'; // Get now: var now = new Date(); // Create the m…
Modify the following program so it performs a binary search instead of a linear
Modify the following program so it performs a binary search instead of a linear search. Use the selection sort algorithm to sort the array before the binary search is performed. #…
Modify the following program so pin1, pin2, and pin3 are vectors instead of arra
Modify the following program so pin1, pin2, and pin3 are vectors instead of arrays // This program is a driver that tests a function comparing the // contents of two int arrays. #…
Modify the following program to count the # of data moves needed to order an arr
Modify the following program to count the # of data moves needed to order an array of 100 random numbers. Data move is any movement of an element of data from one position in the …
Modify the following program to implement the selection sort algorithm, which wi
Modify the following program to implement the selection sort algorithm, which will sort a list of strings. Your function should sort the list of strings in alphabetical order. You…
Modify the following program to overload the >> so that writing an object of typ
Modify the following program to overload the >> so that writing an object of type AltMoney can be done using >>. Your input file, in_file.dat, must have four integer v…
Modify the following program to use fgetc and fputs rather thangetchar and puts.
Modify the following program to use fgetc and fputs rather thangetchar and puts...the program should give the user the option toread from the standard input and write to the stand…
Modify the following solution so that instead of generating and drawing a bunch
Modify the following solution so that instead of generating and drawing a bunch of circles, it mixes up a variety of shapes. //Splat.java import javax.swing.*; import java.awt.*; …
Modify the following source code so that redundancy and errors do not occur. Rat
Modify the following source code so that redundancy and errors do not occur. Rather than relying on a nested if/else, use ranges for your conditions. Scanner console = new Scanner…
Modify the following source code so that when the mouse is clicked within 30 pix
Modify the following source code so that when the mouse is clicked within 30 pixels of the middle of the smiley face it changes color. It will alternate between the yellow and red…
Modify the following using VS C++ , Note to modify \" Encoding\" part of the ass
Modify the following using VS C++, Note to modify "Encoding" part of the assignment. **Decoding is already finished.** Instructions are: The code involves writing a number in plac…
Modify the fortune teller program from Homework #4. All requirements of Homework
Modify the fortune teller program from Homework #4. All requirements of Homework #4 apply. In addition, make the following changes described below. Create a String array of 5 rand…
Modify the function below so that it generates a random number between 9 and 62
Modify the function below so that it generates a random number between 9 and 62 Private: System: :Void Form1_Load(System: :Object^ sender,      System: :Windows: :Forms: :KeyEvent…