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 1024 / 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 java program to read in a set of numbers and perform a “MergeSort” to ar
Write a java program to read in a set of numbers and perform a “MergeSort” to arrange the numbers in ascending order. Your program is expected to use queues to keep track of the a…
Write a java program to read in a set of numbers and perform a “MergeSort” to ar
Write a java program to read in a set of numbers and perform a “MergeSort” to arrange the numbers in ascending order. Your program is expected to use queues to keep track of the a…
Write a java program to repeatedly get two numbers from the user and display the
Write a java program to repeatedly get two numbers from the user and display the sum of their squares. User numbers and result are real numbers. Repeat this interactive input/outp…
Write a java program to satisfy all requirements... Receive and store the 10 num
Write a java program to satisfy all requirements... Receive and store the 10 numbers in an array Find the Min, Max and Sum of the 10 numbers Use a method to receive the 10 numbers…
Write a java program to simulate job scheduling in an operating system. Job info
Write a java program to simulate job scheduling in an operating system. Job information is obtained from an input file. Each job has a job number, execution time required to compl…
Write a java program to simulate job scheduling in an operating system. Job info
Write a java program to simulate job scheduling in an operating system. Job information is obtained from an input file. Each job has a job number, execution time required to compl…
Write a java program to solve the following questions. Submit your code along wi
Write a java program to solve the following questions. Submit your code along with outputs. Let e = n = 128018892198659869438744267891728377199295753981791399033460102259322494388…
Write a java program to store employee information in a linked list, the program
Write a java program to store employee information in a linked list, the program should implement the following functions: function task Insert a new employee Add an new employee …
Write a java program to store employee information in a linked list, the program
Write a java program to store employee information in a linked list, the program should implement the following functions: to add an new employee to the linked list and store empl…
Write a java program to use binary search that takes in a file containing UC stu
Write a java program to use binary search that takes in a file containing UC student records and another file containing Pierce College alumni records and writes out to a file all…
Write a java program to use binary search that takes in a file containing UC stu
Write a java program to use binary search that takes in a file containing UC student records and another file containing SMC alumni records and writes out to a file all the Pierce…
Write a java program using methods that reads a given text file, outputs the tex
Write a java program using methods that reads a given text file, outputs the text as is, and prints the number of lines and the number of times each letter appears in the text. An…
Write a java program using methods to compute and output the area of an n sided
Write a java program using methods to compute and output the area of an n sided polygon where the are is defined by the following mathemetical formula: area = (n* (s * s) ) / (4 x…
Write a java program using the following instructions: Write a program that uses
Write a java program using the following instructions: Write a program that uses methods to do the following array manipulations. Your program will create a one dimensional array …
Write a java program utilizes 2 arrays, one dimensional, for student names and s
Write a java program utilizes 2 arrays, one dimensional, for student names and student test grades. Prompt the user to input a student first name followed by a space and an intege…
Write a java program where a user enters and stores the average monthly rainfall
Write a java program where a user enters and stores the average monthly rainfall figures (int) for three (3) towns over a year. The rows represent the months, and the columns repr…
Write a java program where it asks the user to enter exam scores in the range 0
Write a java program where it asks the user to enter exam scores in the range 0 to 100. Enter a negative integer to indicate the end of the input. Display the following statistics…
Write a java program where you declare and use a Queue and a Stack. Hint: (impor
Write a java program where you declare and use a Queue and a Stack. Hint: (import the stack and queue libraries) use the library methods: for a stack use push and pop, for a queue…
Write a java program where you declare and use a Queue and a Stack. Hint: (impor
Write a java program where you declare and use a Queue and a Stack. Hint: (import the stack and queue libraries) use the library methods: for a stack use push and pop, for a queue…
Write a java program which contains the following static methods. You may not us
Write a java program which contains the following static methods. You may not use existing methods provided by Java but you may invoke methods in this MyStatistics class. For exam…
Write a java program which contains the following static methods.You may not use
Write a java program which contains the following static methods.You may not use existing methods provided by Java but you may invoke methods in this MyStatistics class. For examp…
Write a java program which illustrates to: * Create a class Circle, which has: 1
Write a java program which illustrates to: * Create a class Circle, which has: 1. One attribute (radius) 2. Default constructor 3.Overloaded constructor 4.Function to set the radi…
Write a java program which implements two out of the following three classical c
Write a java program which implements two out of the following three classical cryptosystems which we covered in class: a) Affine Cipher b) Substitution Cipher c) Vigenere Cipher …
Write a java program which is given to you and you need to fill out the empty bo
Write a java program which is given to you and you need to fill out the empty bodied methods. The program is about sorting students from a file based on the school they are attend…
Write a java program which receives 3 integers as input data. These integers wil
Write a java program which receives 3 integers as input data. These integers will be as the length of 3 sides of a triangle. You program needs to check if the input data can make …
Write a java program which receives 3 integers as input data. These integers wil
Write a java program which receives 3 integers as input data. These integers will be as the length of 3 sides of a triangle. You program needs to check if the input data can make …
Write a java program which takes any of the following commands as command line a
Write a java program which takes any of the following commands as command line argument (not as input), and executes them using JDBC: insert into relation name value1 value2 value…
Write a java program which: 1. Asks the user to enter a binary number ,example:
Write a java program which: 1. Asks the user to enter a binary number ,example: 1011011 2. Validates that the entry is a binary number. Nothing but a binary number should be allow…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Asks the user to enter a positive integer greater
Write a java program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order wi…
Write a java program which: 1. Prompts the user for 5 test scores as integers gr
Write a java program which: 1. Prompts the user for 5 test scores as integers greater than or equal to zero and less than or equal to 100. 2. Validates that the user entries are v…
Write a java program which: 1. Prompts the user for 5 test scores as integers gr
Write a java program which: 1. Prompts the user for 5 test scores as integers greater than or equal to zero and less than or equal to 100. 2. Validates that the user entries are v…
Write a java program with a loop set up to step through an array where it asks f
Write a java program with a loop set up to step through an array where it asks for the name, id and etc... and fills the array. implement code using arraylist of student objects t…
Write a java program with a method duplicateStack that returns a new stack conta
Write a java program with a method duplicateStack that returns a new stack containing the same elements and in the same order as the stack specified in the parameter. The method s…
Write a java program with comments using the following instructions: A company h
Write a java program with comments using the following instructions: A company has sales reps that sell two different product lines. The sales amounts for each product are recorde…
Write a java program with comments using the following instructions: Design a cl
Write a java program with comments using the following instructions: Design a class called Stock to store information about a stock transaction : company number of shares purchase…
Write a java program with comments using the follwoing insructions: Design and c
Write a java program with comments using the follwoing insructions: Design and code a class called InvoiceItem to store information about items purchased at a store. The following…
Write a java program with test cases that determines whether or not an election
Write a java program with test cases that determines whether or not an election occurred in a given year between 1845 and 2016. In 1845, the United States Congress adopted a unifo…
Write a java program, (1)using a random number generator to produce floating poi
Write a  java program, (1)using a random number generator to produce floating point(double) number, use this number to create 4 floating point numbers: the number cutoff at the 3r…
Write a java program. An elastic rope starts out with length 100 meters. The sta
Write a java program. An elastic rope starts out with length 100 meters. The start of the rope is fixed to a pole and a worm is placed on the rope at the start and the worm starts…
Write a java program. The cost to join a gym is: 1) Senior citizens: get a 30% d
Write a java program. The cost to join a gym is: 1) Senior citizens: get a 30% discount. 2.) If twelve or more months in advance are bought and paid for, a 15% discount is applied…
Write a java program. The word ladder game was invented by Lewis Carroll in 1877
Write a java program. The word ladder game was invented by Lewis Carroll in 1877. The idea is to being with a start word and then change one letter at a time until you arrive at t…
Write a java program. Write a Clock class according to the following specificati
Write a java program. Write a Clock class according to the following specifications: Fields: private int seconds; private int minutes; private int hours; Constructors: public Cloc…