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 1314 / 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 a grading program on terminal with the result for a class with the followi
write a grading program on terminal with the result for a class with the following grading policies. 1. there are 2 quizzes, each graded on the basis of 10 points. 2. there is 1 m…
write a guessing game in which the computer picks a random integer between 1 and
write a guessing game in which the computer picks a random integer between 1 and 100 (inclusive), and you have to guess what it is. the game should follow these guidelines: 1. inc…
write a heap implementation of integer values, which highest priority element is
write a heap implementation of integer values, which highest priority element is the one with the smallest key value. The implementation uses a minimum heap. You need to modify th…
write a java class definition as per the requirements given below: assume that t
write a java class definition as per the requirements given below: assume that the Company class is already defined. this class has instance variables name and year and a construc…
write a java code Design a class that stores information about products that are
write a java code Design a class that stores information about products that are sold in a store. Write a class named Item that has (at least) the following member variables: name…
write a java code Part I: Write an interface called Calculatable that has a meth
write a java code Part I: Write an interface called Calculatable that has a method called calculate that accepts an integer as a parameter and returns a double based on some calcu…
write a java code program with a loop that lets the user enter a series of posit
write a java code program with a loop that lets the user enter a series of positive integers. The user should enter any negative value to signal the end of the series. After all t…
write a java code: You will implement several new player classes that implement
write a java code: You will implement several new player classes that implement the two strategies below for players and modify Crazy8s to visualize game play .You must ensure tha…
write a java method [public static ArrayList merge (ArrayList a, ArrayList b)] t
write a java method [public static ArrayList merge (ArrayList a, ArrayList b)] that merges two array lists, alternating elements from both array lists. if one array list is shorte…
write a java method named sqrt() that will calculate the square root of a positi
write a java method named sqrt() that will calculate the square root of a positive double to within a specified level of tolerance. The signature of the method should be: public s…
write a java program (beginner) output and comment is sooo imp- guess a number •
write a java program (beginner) output and comment is sooo imp- guess a number • The system will generate a random number between 0 and 100 int number = (int)(Math.random() * 101)…
write a java program (name it RoundOfGolf.java) that will create an array of 18
                    write a java program (name it RoundOfGolf.java) that will create an array of 18 instances of the class GolfHole. Use the information from the score            …
write a java program (name it RoundOfGolf.java) that will create an array of 18
                    write a java program (name it RoundOfGolf.java) that will create an array of 18 instances of the class GolfHole. Use the information from the score            …
write a java program . Create a class named Point. It should have instance varia
write a java program . Create a class named Point. It should have instance variables x and y of type double whose values define the location of a point on the x-y plane. Include a…
write a java program a class named textFile. an object of type textFile counts c
write a java program a class named textFile. an object of type textFile counts characters, and lines in a text file. The text file is assumed to encode each character in a single …
write a java program for a computer game in which 21 match sticks are there,user
write a java program for a computer game in which 21 match sticks are there,user should start the game and at the end computer should always be the winner?
write a java program for the following In this project, based on the discussion
write a java program for the following In this project, based on the discussion in Section 4.5(Text) you will implement the selection problem to find the kth smallest element in a…
write a java program for the following assignment. Assignment: Use threads to im
write a java program for the following assignment. Assignment: Use threads to implement Peterson's algorithm for mutual exclusion. Demonstrate that the algorithm works using two t…
write a java program for the following question: A graph is bipartite if its ver
write a java program for the following question: A graph is bipartite if its vertices can be divided into two disjoint sets such that no edges exist between vertices in the same s…
write a java program for the following question: Given a square matrix with the
write a java program for the following question: Given a square matrix with the elements 0 and 1, write a program to find a maximum square submatrix whose elements are all 1s. The…
write a java program for the following question: Knight\'s tour problem Consider
write a java program for the following question: Knight's tour problem Consider a NxN chessboard, with the Knight moving according to Chess rules. When it moves, it can move to a …
write a java program for the following question: Write a method printSquares tha
write a java program for the following question: Write a method printSquares that has an integer parameter n, and prints the squares of the integers from 1 to n, separated by comm…
write a java program for uniprocessor scheduling for the following, Uniprocessor
write a java program for uniprocessor scheduling for the following, Uniprocessor Policies – First-Come-First-Served (FCFS) – Round Robin (RR) – Shortest Process Next (SPN) – Short…
write a java program named ArrayList.java that create/build the ArrayList data S
write a java program named ArrayList.java that create/build the ArrayList data Structure that exist in the java library. The class must be written to accept any type of Objects. T…
write a java program named ConvertDate that converts a date entered by the user
write a java program named ConvertDate that converts a date entered by the user into another form. The users inout will have the form month day, year. The month will be one of the…
write a java program named matrix.java that multiplies 2 matrices.( write alot o
write a java program named matrix.java that multiplies 2 matrices.( write alot of comments explaining please , I'm also comparing with my own code) 1.     The program should promp…
write a java program that (3) Write a class Compare3 that provides a static meth
write a java program that (3) Write a class Compare3 that provides a static method largest. Method largest should take three Comparable parameters and return the largest of the th…
write a java program that calculates the running time of variouos sorting algori
write a java program that calculates the running time of variouos sorting algorithms like heap sort, in-place quick sort and merge sort for 10,000 randomly generated integer no. S…
write a java program that can make change . Your program shouldtake two numbers
write a java program that can make change . Your program shouldtake two numbers as input , one that is a monetary amount chargedand the other that is a monetary amount given .It s…
write a java program that cotains the following requirements: The game of Life (
write a java program that cotains the following requirements: The game of Life (not the board game) is intended to model life in a society of organisms. Given a rectangular grid o…
write a java program that does the following: I. prompts the user for a phrase.
write a java program that does the following: I. prompts the user for a phrase. for example " the quick brown fox jumped obver the lazy dog." II. print the pharse backwards. for e…
write a java program that first defines three string object called firstName,mid
write a java program that first defines three string object called firstName,middleName, lastName which contain your own first, middle and last name separately. if you do not have…
write a java program that prompts the user to enter a number, its base, and base
write a java program that prompts the user to enter a number, its base, and base to be converted to reads these inputs from the keyboard and stores the number in a double "num", b…
write a java program that uses an array to count and report the frequency of occ
write a java program that uses an array to count and report the frequency of occurrence of each individual letter in the following text (can code this into program as a String): F…
write a java program that will input student name, student #, prelim grade, midt
write a java program that will input student name, student #, prelim grade, midterm grade, pre-finals and final grade, then will compute for the average, AVE = prelim + midterm + …
write a java program tht accepts 2 binary numbs. of the same length and adds the
write a java program tht accepts 2 binary numbs. of the same length and adds them together. binary sum of the same input numbs. is printed as are the decimal values of the input a…
write a java program to prefrom binary addtion and subtraction with 8-bit singed
write a java program to prefrom binary addtion and subtraction with 8-bit singed binary numbers. you are to write a menu driven program that gives the user three choices, namely, …
write a java program where Melanie who wants to start a college fund for her chi
write a java program where Melanie who wants to start a college fund for her children. She contemplates to invest some money in securities, but she needs a program to assist her i…
write a java program. A group of runners run the Avrasya marathon. Their names a
write a java program. A group of runners run the Avrasya marathon. Their names and running times (in minutes) are: Selena: 341 , Gomez: 273 , Hamilton: 278 ,Sue: 329 ,Phil: 445 ,M…
write a linux script named fix_exec.sh that will help set execution bits correct
write a linux script named fix_exec.sh that will help set execution bits correctly based on whether or not a file is an actual executable or not. To do this, we are going to need …
write a linux script that gathers a bunch of the important network settings in o
write a linux script that gathers a bunch of the important network settings in one place. the network information is scattered across a rather large number of commands and files, …
write a main program class that instantiates a Deck and several Card objects and
write a main program class that instantiates a Deck and several Card objects and calls each of their methods. The purpose of this class is to verify that your supporting classes w…
write a mathematical equations that show how you will calculate the deteced acti
write a mathematical equations that show how you will calculate the deteced activity from the count rate due to background radiation and the sample of KCl. also, write an equation…
write a matlab code to perform the given instructions Ball bearings are hardened
write a matlab code to perform the given instructions Ball bearings are hardened by a process called quenching-rapid cooling of a heated ball bearing in a bath of oil or water. Th…
write a matlab code which plots tschebyscheff co-efficients and array factor of
write a matlab code which plots tschebyscheff co-efficients and array factor of linear array antenna with number of elements =127 and sidelobe level=-25db
write a matlab code which plots tschebyscheff co-efficients and array factor of
write a matlab code which plots tschebyscheff co-efficients and array factor of linear array antenna with number of elements =127 and sidelobe level=-25db
write a matlab function... function Q = dydx(P) % This function returns the valu
write a matlab function... function Q = dydx(P) % This function returns the value of a derivative function % of a given polynomial P evaluated at X. % % Input argument % P = a vec…
write a matlab program 1 Given the function y = x + x 2 evaluate y for x in the
write a matlab program 1 Given the function y = x + x 2 evaluate y for x in the range /2 to /2, in increments of 0.6 . Display this as a two column table, with the values of x bei…
write a matlab program to plot the amplitude and phase responses of the second-o
write a matlab program to plot the amplitude and phase responses of the second-order low pass transfer function H(s) = 2 p /s 2 + (p/Q)s + 2 p . Use p = 1 and various values of Q …
write a matrix multiplication program where the work of calculating the product
write a matrix multiplication program where the work of calculating the product matrix is distributed among multiple threads created using the pthread library. To this end, your p…