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 409 / 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 part 2 by using both modules and functions appropriately. You also need t
Modify part 2 by using both modules and functions appropriately. You also need to validate the user’s input. The scores have to be numeric and between 0 and 100. Use Pseudocode! P…
Modify part1 assuming that now you have a bucket of lego blocks with various col
Modify part1 assuming that now you have a bucket of lego blocks with various colors. Write a newclass Legos2 n the same package for this part Use an array of Color objects and ini…
Modify printFace() to have three parameters: char eyeChar, char noseChar, char m
Modify printFace() to have three parameters: char eyeChar, char noseChar, char mouthChar. Call the method with arguments 'o', '*', and '#', which should draw this face: This is th…
Modify problem 1 so that it runs within a loop that prompts the user whether to
Modify problem 1 so that it runs within a loop that prompts the user whether to continue at the end of each iteration and does another if the user enters y or Y. (Sample run below…
Modify program 2 to ask the user for an opcode (1 for +, 2 for -, 3 for/and 4 fo
Modify program 2 to ask the user for an opcode (1 for +, 2 for -, 3 for/and 4 for *). Make your program do the requested operation. Here's sample output enter 1 for plus, 2 for su…
Modify program 3 as follows: Step 1: Inside main, declare two arrays: Weight and
Modify program 3 as follows: Step 1: Inside main, declare two arrays: Weight and Distance each of size 3 to store 3 readings of weight and distance respectively. Step 2: Inside ma…
Modify program and change the \"for\" loop into a \"while\" loop. #include
Modify program and change the "for" loop into a "while" loop. #include<iostream> #include<cfloat> using namespace std; int main () { const double C(299792458.0); const…
Modify program such that the values for the 2 dimensional array is NOT initializ
Modify program such that the values for the 2 dimensional array is NOT initialized but rather read from keyboard. This must be done in a function. Test it out with the showArray()…
Modify project #4 by using modular programming principle: Divide the main functi
Modify project #4 by using modular programming principle: Divide the main function written for the project #4 into nine functions which are explained below. The number of students…
Modify project #4 by using modular programming principle: Divide the main functi
Modify project #4 by using modular programming principle: Divide the main function written for the project #4 into nine functions which are explained below. The number of students…
Modify project 8 so that it uses qsort function to sort the array of protein pow
Modify project 8 so that it uses qsort function to sort the array of protein powders instead of selection sort function. Your program should include a comparison function that com…
Modify project 9 by adding and modifying the following functions: 1) Add a delet
Modify project 9 by adding and modifying the following functions: 1) Add a delete function in equipment.c that delete an equipment from the list. The function should delete an equ…
Modify rumple 3 from class on Oct 21\" to generate 100 random numbers from 0 to
Modify rumple 3 from class on Oct 21" to generate 100 random numbers from 0 to 9 Use a "For" loop at the counter. Once a. Is working, store all 100 numbers in an array called 'a'.…
Modify servo_serial.pde so that it monitors a kill switch: - If the Kill switch
Modify servo_serial.pde so that it monitors a kill switch: - If the Kill switch (P3 pushbutton) is pressed, the program should enter the Stop state. - If the Start switch (P4 push…
Modify setters so that they ignore inappropriate values Implement the equals() m
Modify setters so that they ignore inappropriate values Implement the equals() method inherited from the top-level Object class Implement less than and greater than methods Implem…
Modify simple-sh.c program to write simple-sh1.c program (in a loop) - (a) to ac
Modify simple-sh.c program to write simple-sh1.c program (in a loop) - (a) to accept a command-string (e.g., ls), (b) to fork a child process to handle the command by calling exec…
Modify so that it uses qsort function to sort the array of protein powders inste
Modify so that it uses qsort function to sort the array of protein powders instead of selection sort function. Your program should include a comparison function that compares prot…
Modify suit_test.cpp so that the program prints out all 52 cards of a deck. Modi
Modify suit_test.cpp so that the program prints out all 52 cards of a deck. Modify card.cpp so that it prints the rank of a card as 'Ace', 'Two', 'Three', .... ///////////////////…
Modify temperature conversion code so the user can convert as many temperatures
Modify temperature conversion code so the user can convert as many temperatures as they wish and input capital or lower case temperature scales (i.e. c, C, f, F). Here is my origi…
Modify the 13 eggGame problem from Lab 3. Ask the user whether they want to go f
Modify the 13 eggGame problem from Lab 3. Ask the user whether they want to go first or whether the computer (Tortoise) should go first. In itialize player variable to 1 or 2 acco…
Modify the 6 th Edition Chapter 10 Programming Example Juice Machine program to
Modify the 6th Edition Chapter 10 Programming Example Juice Machine program to add two new dispensers: Also print a report at the completion of the program that shows what was sol…
Modify the ASP.NET document hello.aspx to use raio buttons to ge the marital sta
Modify the ASP.NET document hello.aspx to use raio buttons to ge the marital staus of the user (single, married, divorced, widowed) and display the results <!--hello.aspx <%…
Modify the AWT model to: a) report out the largest number of customers enqueued
Modify the AWT model to: a) report out the largest number of customers enqueued at the same time b) assign the next arriving customer to a specific queue based on shortest finish …
Modify the AWT model to: a) report out the largest number of customers enqueued
Modify the AWT model to: a) report out the largest number of customers enqueued at the same time b) assign the next arriving customer to a specific queue based on shortest finish …
Modify the AWT model to: a) report out the largest number of customers enqueued
Modify the AWT model to: a) report out the largest number of customers enqueued at the same time b) assign the next arriving customer to a specific queue based on shortest finish …
Modify the Anagrams program to enforce the constraint that words must be at leas
Modify the Anagrams program to enforce the constraint that words must be at least four letters long. (This is not necessary if all shorter words are removed from the file words.tx…
Modify the ArrayQueue class in the class GitHub (https://github.com/apanangadan/
Modify the ArrayQueue class in the class GitHub (https://github.com/apanangadan/CSUF-CPSC_131/blob/master/ArrayQueue.h) page to make the array queue capacity extendable. Assuming …
Modify the ArrayQueue class to make the array queue capacity extendable. Assumin
Modify the ArrayQueue class to make the array queue capacity extendable. Assuming the default queue capacity is 5. You only need to write and show the C++ codes to implement the b…
Modify the AvgSalary code below to allow the user to set the counter value befor
Modify the AvgSalary code below to allow the user to set the counter value before entering into the loop. //Imports import java.util.Scanner; //Begin Class SalAvg public class Sal…
Modify the Below server.cs and client.cs programs for C# , such that a client ca
Modify the Below server.cs and client.cs programs for C#, such that a client can enter a student ID like 'U101' and the server returns his/her major 'PHYSICS'. The client will aut…
Modify the BinarySearchTree.java BinarySearchTree Solution /** * Represents a no
Modify the BinarySearchTree.java BinarySearchTree
Modify the Book-Class Definition 1. Add a static data member of the class Book t
Modify the Book-Class Definition 1.       Add a static data member of the class Book to keep track of the number of Book objects that are dynamically created. In the Book construc…
Modify the BubbleSort() method so that it\'s bidirectional. Meaning the in index
Modify the BubbleSort() method so that it's bidirectional. Meaning the in index will carry the largest item from left to right as before, but when it reaches out, it will reverse …
Modify the C program to load an external file into an array and save the results
Modify the C program to load an external file into an array and save the results to a separate external file. Program is: #include #include double mean(double* ,int); double stand…
Modify the C program to use pointers to access the array elements. #include
Modify the C program to use pointers to access the array elements. #include <stdio.h> #include <math.h> double mean(double [],int); double standardd(double[],int, doub…
Modify the C++ program below so that it continues to divide two numbers until th
Modify the C++ program below so that it continues to divide two numbers until the user enters the character q (as a numerator or denominator) to terminate program execution. #incl…
Modify the C++ program below: .Change the setLength and setWidth (mutator) membe
Modify the C++ program below: .Change the setLength and setWidth (mutator) member functions to first check if the parameter < 0. If it is, assign the absolute value of the para…
Modify the Card Shuffling and Dealing Simulation (reference chapter 9 - Case Stu
Modify the Card Shuffling and Dealing Simulation (reference chapter 9 - Case Study 9.5) to present the user with a video poker hand (5 card). You may wish to change the main scree…
Modify the Course class (posted below) so that it implements the Comparable inte
Modify the Course class (posted below) so that it implements the Comparable interface (from the java.lang package). Order the courses first by department and then by course number…
Modify the Course class (posted below) so that it implements the Comparable inte
Modify the Course class (posted below) so that it implements the Comparable interface (from the java.lang package). Order the courses first by department and then by course number…
Modify the Course class to add a clone method to perform a deep copy on the stud
Modify the Course class to add a clone method to perform a deep copy on the students field. You can use a utility method for performing this deep copy. public class Course { priva…
Modify the DFS algorithm f Procedure explore(G,v) Visited[v]=true For each edge
Modify the DFS algorithm f Procedure explore(G,v) Visited[v]=true For each edge (v,u) in E: If not visited[u] Explore(G,u) Produce dfs(G) For all v in V:                 Visited(v…
Modify the Date class in Programming Challenge 1 of Chapter 13. The new version
Modify the Date class in Programming Challenge 1 of Chapter 13. The new version should have the following overloaded operators: ++ Prefix and postfix increment operators. These op…
Modify the Date class inProgramming Challenge 1 of Chapter 13. The newversion sh
Modify the Date class inProgramming Challenge 1 of Chapter 13. The newversion should have the following overloadedoperators: ++ Prefix and postfix incrementoperators. These operat…
Modify the Date class so that its toString method returns a string of the form \
Modify the Date class so that its toString method returns a string of the form "month number, number" - for example, "May 13,1989". using java languae public class Date { protecte…
Modify the DayOfYear class, written in Programming Challenge 2, to add a constru
Modify the DayOfYear class, written in Programming Challenge 2, to add a constructor that takes two parameters: a string object representing a month and an integer in the range 0 …
Modify the DayofYear class, written in the earlierprogramming challenging, to ad
Modify the DayofYear class, written in the earlierprogramming challenging, to add a constructor that take twoparameter: a string representing a month and an integer in therange o …
Modify the DayofYear class, written in the earlierprogramming challenging, to ad
Modify the DayofYear class, written in the earlierprogramming challenging, to add a constructor that take twoparameter: a string representing a month and an integer in therange o …
Modify the DigitalReadSerial program such that your program response to the push
Modify the DigitalReadSerial program such that your program response to the push button in the following way: (1) when not pressed, you program should repeatedly print out        …
Modify the Direction program so that the arrows do not run off the screen when t
Modify the Direction program so that the arrows do not run off the screen when the the up/down/left/right arrows are pressed on the keyboard. (also: the gif images do not display …