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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1196 / 1333

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
Write in C. In this assignment you\'ll write a program that encrypts the alphabe
Write in C. In this assignment you'll write a program that encrypts the alphabetic letters in a file using the Hill cipher where the Hill matrix can be any size from 2 x 2 up to 9…
Write in C. Write a C progra entered by the user should be zero or positive0). T
Write in C. Write a C progra entered by the user should be zero or positive0). The user will finish the input by using the sentinel value of-1. If the user starts by entering the …
Write in C/C++! Multiple Processes Controller Write a code called runsim.c (or r
Write in C/C++! Multiple Processes Controller Write a code called runsim.c (or runsim.cpp) to create and manage a group of processes that are running in parallel. The runsim progr…
Write in C: 1.) Write an if/else statement that adds 1 to the variable minors if
Write in C: 1.) Write an if/else statement that adds 1 to the variable minors if the variable age is less than 18, adds 1 to the variable adults if age is 18 through 64, and adds …
Write in C: 1.) Write the definition of a function isEven, which receives an int
Write in C: 1.) Write the definition of a function isEven, which receives an integer parameter and returns true if the parameter's value is even, and false otherwise. So if the pa…
Write in C: Assume that an int variable age has been declared and already given
Write in C: Assume that an int variable age has been declared and already given a value and assume that a char variable choice has been declared as well. Assume further that the u…
Write in DR JAVA *In DR JAVA* Objective: Create a game of video poker with a gra
Write in DR JAVA *In DR JAVA* Objective: Create a game of video poker with a graphical user interface (GUI). The player should start with $100, and then the system deals out 5 pla…
Write in Essay Form Price-to-Book ratio is the ratio of market price per share a
Write in Essay Form Price-to-Book ratio is the ratio of market price per share and total equity (aka Book Value) per share. It is a measure of how much premium market assigns to t…
Write in JAVA Hashtables • Introduction: Suppose we are inserting n keys into a
Write in JAVA Hashtables • Introduction: Suppose we are inserting n keys into a hash table of size m. Then the load factor is defined to be n/m. For open addressing n m, which imp…
Write in JAVA ONLY! Write a class encapsulating a restaurant,which inherits from
Write in JAVA ONLY! Write a class encapsulating a restaurant,which inherits from Store. A restaurant has the following additional attributes: how many people are served every year…
Write in JAVA Write a class (and a client class to test it) that encapsulates st
Write in JAVA Write a class (and a client class to test it) that encapsulates statistics for summer job salaries for a group of people over several years. Your only instance varia…
Write in JAVA..Please write what goes into the data.txt file and the output.txt
Write in JAVA..Please write what goes into the data.txt file and the output.txt file also . Thank you :) Assignment Create a program called CalcWeightedAvgWithExceptions, accordin…
Write in JAVA..Please write what goes into the data.txt file and the output.txt
Write in JAVA..Please write what goes into the data.txt file and the output.txt file also . Thank you :) Assignment Create a program called CalcWeightedAvgWithExceptions, accordin…
Write in Java A common way of calculating the square root is by successive appro
Write in Java A common way of calculating the square root is by successive approximations. To calculate sqrt(x): Make a guess for the square root, called guess0 Improve the guess …
Write in Java The MyMath Interface You will create two classes, MyFraction and M
Write in Java The MyMath Interface You will create two classes, MyFraction and MySet. Each of these classes must implement the above interface. When you implement the interface yo…
Write in Java The MyMath Interface You will create two classes, MyFraction and M
Write in Java The MyMath Interface You will create two classes, MyFraction and MySet. Each of these classes must implement the above interface. When you implement the interface yo…
Write in Java Two operations often performed on text files are a simple \'find\'
Write in Java Two operations often performed on text files are a simple 'find' operation and a 'find/replace'. Description: Create a class Sed (simple editor) that first asks the …
Write in Java Write in Java Write in Java Problem 1 - Name your class HikingFors
Write in Java Write in Java Write in Java Problem 1 - Name your class HikingForstoths You are hiking through the ainforests of Central for sloths. Unlike sloths, you are a want to…
Write in Java a method, swapSubtrees, that swaps all of the left and right subtr
Write in Java a method, swapSubtrees, that swaps all of the left and right subtrees of a binary tree. Add this method to the class BinaryTree and create a program to test this met…
Write in Java a method, swapSubtrees, that swaps all of the left and right subtr
Write in Java a method, swapSubtrees, that swaps all of the left and right subtrees of a binary tree. Add this method to the class BinaryTree and create a program to test this met…
Write in Java a program for the following situation - Traditional password entry
Write in Java a program for the following situation - Traditional password entry schemes are susceptile to "shoulder surfing" in which an attacker watches an unsuspecting user ent…
Write in Java a program for the following situation - Traditional password entry
Write in Java a program for the following situation - Traditional password entry schemes are susceptile to "shoulder surfing" in which an attacker watches an unsuspecting user ent…
Write in Java in Eclipse. Must use ArrayList, Interface and Generics. Cannot use
Write in Java in Eclipse. Must use ArrayList, Interface and Generics. Cannot use HashMaps and TreeMap. Your program must ask the user for an input text file (please handle potenti…
Write in Java public Weight() : The default constructor for the class, which ini
Write in Java public Weight(): The default constructor for the class, which initializes the object to INIT_VAL kilograms. Both variables must be set using explicit assignment stat…
Write in Java public Weight() : The default constructor for the class, which ini
Write in Java public Weight(): The default constructor for the class, which initializes the object to INIT_VAL kilograms. Both variables must be set using explicit assignment stat…
Write in Java the Game of Life program by Conway. The program must be implemente
Write in Java the Game of Life program by Conway. The program must be implemented under a single class. Represent a 20 x 20 grid. When calculating the results of the rules: o Squa…
Write in Java, Problem 2 (13 pts) Write a Die (singular of \"dice\") class with
Write in Java, Problem 2 (13 pts) Write a Die (singular of "dice") class with the following features. None of the methods in Die should print anything to the screen. (1 pt) Two in…
Write in Java, a recursive method countBinaryStrings() that has one integer para
Write in Java, a recursive method countBinaryStrings() that has one integer parameter n and returns the number of binary strings of length n that do not have two consecutive 0's. …
Write in Java. Program need to have runtimes < n^2 to satisfy the runtime effici
Write in Java. Program need to have runtimes &lt; n^2 to satisfy the runtime efficiency of some of the testsets. Question 1: The power is yours Given three Integer numbers a, b, a…
Write in Java. Program need to have runtimes < n^2 to satisfy the runtime effici
Write in Java. Program need to have runtimes &lt; n^2 to satisfy the runtime efficiency of some of the testsets. Question 3: June and her Chocolates June is a kindergarten teacher…
Write in Java. Write a family database program. Create a class to represent a Pe
Write in Java. Write a family database program. Create a class to represent a Person that stores the names of the person, as well as that person's mother, father and children (the…
Write in Java. You will be making a binary search tree class. Then you will use
Write in Java. You will be making a binary search tree class. Then you will use it to import a text file and create a word frequency histogram. Your binary search tree class shoul…
Write in Java. You will be making a binary search tree class. Then you will use
Write in Java. You will be making a binary search tree class. Then you will use it to import a text file and create a word frequency histogram. Your binary search tree class shoul…
Write in Java: A. Euchre class Update main() method to do the following: 1. Call
Write in Java: A. Euchre class Update main() method to do the following: 1. Call static method System.out.println() output to the console “Welcome to Euchre!” 2. Call static metho…
Write in JavaFx the Conway\'s game of life program, It has to be in a 25 x 25 gr
Write in JavaFx the Conway's game of life program, It has to be in a 25 x 25 grid. toggling the cells to turn them dead or alive If a cell is on the edge of the grid, its neighbor…
Write in Javascript //Define the order in which to examine/expand possible moves
Write in Javascript //Define the order in which to examine/expand possible moves //(This affects alpha-beta pruning performance) let move_expand_order=[0,1,2,3,4,5,6,7,8]; //Naive…
Write in Javascript //Perform breadth-first search from initial state, using def
Write in Javascript //Perform breadth-first search from initial state, using defined "is_goal_state" //and "find_successors" functions //Returns: null if no goal state found //Ret…
Write in Javascript //Perform depth-limited search from initial state, using def
Write in Javascript //Perform depth-limited search from initial state, using defined "is_goal_state" //and "find_successors" functions //Will not examine paths longer than "depth_…
Write in Javascript //Perform depth-limited search from initial state, using def
Write in Javascript //Perform depth-limited search from initial state, using defined "is_goal_state" //and "find_successors" functions //Will not examine paths longer than "depth_…
Write in MATLAB ... 27. Write a program in a script file that calculates the cos
Write in MATLAB ... 27. Write a program in a script file that calculates the cost of shipping a package according to the following price schedule: Weight Type of 0-0.5 lb 0.5-5 lb…
Write in MATLAB... 33. Create the following matrix A. 36 34 32 30 28 26 A 24 22
Write in MATLAB... 33. Create the following matrix A. 36 34 32 30 28 26 A 24 22 20 18 16 14 12 10 86 4 2 By writing one command and using the colon to address range of elements (d…
Write in MATLAB... 35. Create the following vector C C 1.5 2 2.5 3 3.5 4 4.5 5 9
Write in MATLAB... 35. Create the following vector C C 1.5 2 2.5 3 3.5 4 4.5 5 9.6 9.1 8.6 8.1 7.6 7.1 6.6 6 Then use MATLAB's built-in reshape function and the transpose operatio…
Write in MATLAB... 8. The average monthly precipitation (in.) for Boston and li
Write in MATLAB... 8. The average monthly precipitation (in.) for Boston and li 5 15 35 70 Seattle during 2012 are given in the vectors below (data from the U.S. National Oceanic …
Write in MATLAB... C2-29 a Search 29. Create two row vectors: a 3 9 -0.5 3.6 1.5
Write in MATLAB... C2-29 a Search 29. Create two row vectors: a 3 9 -0.5 3.6 1.5 -0.8 4 b 12 -0.8 6 2 5 3 -74 (a) Use the two vectors in a MATLAB command to create a 3x4 matrix su…
Write in Maple : A sequence is given by the recurrence relation a n = (3 a n1 )
Write in Maple : A sequence is given by the recurrence relation an = (3 an1) (2 an2) + (an3) where the integer n 3, a0 = 1, a1 = 2, and a2 = 1. Write a recursive procedure that ha…
Write in Matlab A restaurant sells five different desserts whose prices are show
Write in Matlab A restaurant sells five different desserts whose prices are shown in the following table: Write a Matlab program to display the above menu to the user. The program…
Write in Microsoft Visual Studio 2017. Use Basic/Beginner C++ Skills. Rectifiers
Write in Microsoft Visual Studio 2017. Use Basic/Beginner C++ Skills. Rectifiers (tube or solid state) are used to convert AC current to DC current. In the core there are two conc…
Write in PYTHON 3 ONLY The goal of this project is to give you more experience o
Write in PYTHON 3 ONLY The goal of this project is to give you more experience on the use of: • classes • inheritance • turtle graphics • files • lists of lists THANK You Write an…
Write in PYTHON 3 Only Thank You Define a class for a restricted saving account
Write in PYTHON 3 Only Thank You Define a class for a restricted saving account that only permits three withdraw per months (see SavingsAccount class in slides) class RestrictedSa…
Write in PYTHON Lab 11: Recursion Overview Assignment Lab 12: Bioinformatics DNA
Write in PYTHON Lab 11: Recursion Overview Assignment Lab 12: Bioinformatics DNA (deoxyribonucleic acid) is the basis of life. It consists of 4 characters: A, C, T, G (which each …