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 1054 / 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 program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in JAVA which: Asks the user to enter a positive integer greater
Write a program in JAVA which: Asks the user to enter a positive integer greater than 0 Validates that the entry is a positive integer Outputs the digits in reverse order with a s…
Write a program in JAVA. Suppose that the threshold is $1,000, the smaller inter
Write a program in JAVA. Suppose that the threshold is $1,000, the smaller interest rate is 0.9%, the larger interest rate is 1.5%, you invest $990, and you want to trace this amo…
Write a program in JAVA/ C to perform supervised pattern classification using de
Write a program in JAVA/ C to perform supervised pattern classification using decision trees. Your program should have two components: training and application. In training mode, …
Write a program in JAVA: Where the user is asked to enter his/her first name, la
Write a program in JAVA: Where the user is asked to enter his/her first name, last name, and the amount of money they want to withdraw separated by spaces. Use string manipulation…
Write a program in JAVASCRIPT, using either a for-loop , and the document.write(
Write a program in JAVASCRIPT, using either a for-loop , and the document.write() method, that when a button is clicked on the first page, a function is called that writes a new p…
Write a program in Java (non-GUI) to perform analysis on various sorting algorit
Write a program in Java (non-GUI) to perform analysis on various sorting algorithms from the Sorting Algorithm Slides. The algorithms are insertion, selection, quick, merge, &…
Write a program in Java Celsius to Fahrenheit Table This project provides an opp
Write a program in Java Celsius to Fahrenheit Table This project provides an opportunity to explore application versioning. In a previous assignment you had to write a program to …
Write a program in Java Programming Language Object-oriented Programming Assignm
Write a program in Java Programming Language Object-oriented Programming Assignment #6 Deadline: Tuesday, Apr. 24 1. Program to be implemented Simple Drawing Tool]) .A program tha…
Write a program in Java The program reads a text file with student records (firs
Write a program in Java The program reads a text file with student records (first name, last name and grade) and prints them in the terminal window. After the name and grade it al…
Write a program in Java The program reads a text file with student records (firs
Write a program in Java The program reads a text file with student records (first name, last name and grade) and prints them in the terminal window. After the name and grade it al…
Write a program in Java The program reads a text file with student records (firs
Write a program in Java The program reads a text file with student records (first name, last name and grade) and prints them in the terminal window. After the name and grade it al…
Write a program in Java The program reads a text file with student records (firs
Write a program in Java The program reads a text file with student records (first name, last name and grade) and prints them in the terminal window. After the name and grade it al…
Write a program in Java The program reads a text file with student records (firs
Write a program in Java The program reads a text file with student records (first name, last name and grade) and prints them in the terminal window. After the name and grade it al…
Write a program in Java according to the following specifications: The program r
Write a program in Java according to the following specifications: The program reads a text file with student records (first name, last name and grade on each line). Then it promp…
Write a program in Java and run it in BlueJ according to the following specifica
Write a program in Java and run it in BlueJ according to the following specifications: The program reads a text file with student records (first name, last name and grade) and pri…
Write a program in Java and run it in BlueJ according to the following specifica
Write a program in Java and run it in BlueJ according to the following specifications: The program reads a text file with student records (first name, last name and grade) and pri…
Write a program in Java and run it in BlueJ according to the following specifica
Write a program in Java and run it in BlueJ according to the following specifications: The program first generates at random three positive proper fractions (rational numbers) wit…
Write a program in Java and run it in BlueJ according to the following specifica
Write a program in Java and run it in BlueJ according to the following specifications: The program reads a text file with student records (first name, last name and grade) and pri…
Write a program in Java and run it in BlueJ according to the following specifica
Write a program in Java and run it in BlueJ according to the following specifications: The program reads a text file with student records (first name, last name and grade). Then i…
Write a program in Java and run it in BlueJ according to the following specifica
Write a program in Java and run it in BlueJ according to the following specifications: The program reads a text file with student records (first name, last name and grade). Then i…
Write a program in Java and run it in BlueJ according to the following specifica
Write a program in Java and run it in BlueJ according to the following specifications: **YOU CANNOT USE ARRAYLISTS**** The program reads a text file with student records (first na…
Write a program in Java following these pseudocode: class ticTacToe { public: vo
Write a program in Java following these pseudocode: class ticTacToe { public:                 void play();        //Function to start the play……x /O keep playing …. getXOMove     …
Write a program in Java for computing abundant , deficient , perfect and prime n
Write a program in Java for computing abundant, deficient, perfect and prime numbers according to the following specifications: The program first asks the user for an input in the…
Write a program in Java or C# that implements the A* algorithm to find a path fr
Write a program in Java or C# that implements the A* algorithm to find a path from any two given nodes. Problem Overview & Algorithm Description In a fully-observable environm…
Write a program in Java reads user input to perform specific basic calculation.
Write a program in Java reads user input to perform specific basic calculation. Each calculation model is determined by type of the command (power, sum, multiply, difference, and …
Write a program in Java that asks a user for the number of bags of chips they ar
Write a program in Java that asks a user for the number of bags of chips they are buying and reads the answer. It then asks how many pounds of spinach they are buying and reads th…
Write a program in Java that asks for user input for the names of 5 people and t
Write a program in Java that asks for user input for the names of 5 people and their ages. Then in the display list the 5 students in order by age first and name second. This is m…
Write a program in Java that asks the name of the user. The program will prompt
Write a program in Java that asks the name of the user. The program will prompt "What is your name?" the user types his/her name. The program should then ask for height and weight…
Write a program in Java that asks the user to enter a distance in meters. The pr
Write a program in Java that asks the user to enter a distance in meters. The program will then present the following menu selections: 1. Convert to kilometers 2.Convert to inches…
Write a program in Java that asks the user to enter a distance in meters. The pr
Write a program in Java that asks the user to enter a distance in meters. The program will then present the following menu selections: 1. Convert to kilometers 2.Convert to inches…
Write a program in Java that checks whether a sequence of HTML tags is properly
Write a program in Java that checks whether a sequence of HTML tags is properly nested. For each opening tag, such as <p>, there must be a closing tag </p>. A tag such…
Write a program in Java that computes the number of words in a text entered in a
Write a program in Java that computes the number of words in a text entered in a text field. Use the following graphical objects: a text field for the input text (one line of text…
Write a program in Java that consists of a single file. Input should be read fro
Write a program in Java that consists of a single file. Input should be read from the terminal as a series of lines. The first input is a target integer. The second input: another…
Write a program in Java that converts a number entered in Roman numerals to deci
Write a program in Java that converts a number entered in Roman numerals to decimal. The program should consist of a class, say Roman. An object of type Roman should do the follow…
Write a program in Java that converts a number entered in Roman numerals to deci
Write a program in Java that converts a number entered in Roman numerals to decimal. The program should consist of a class, say Roman. An object of type Roman should do the follow…
Write a program in Java that converts a number entered in Roman numerals to deci
Write a program in Java that converts a number entered in Roman numerals to decimal. The program should consist of a class, say Roman. An object of type Roman should do the follow…
Write a program in Java that could be used to schedule jobs based on the “shorte
Write a program in Java that could be used to schedule jobs based on the “shortest job” algorithm, and compare the running of the programs to using a queue. Use the data from the …
Write a program in Java that could be used to schedule jobs based on the “shorte
Write a program in Java that could be used to schedule jobs based on the “shortest job” algorithm, and compare the running of the programs to using a queue. Use the data from the …
Write a program in Java that determines if a string is a series of up to 10 cons
Write a program in Java that determines if a string is a series of up to 10 consecutive sequence numbers or the number sequence contains the same number. The program must call for…
Write a program in Java that determines if a string is a series of up to 10 cons
Write a program in Java that determines if a string is a series of up to 10 consecutive sequence numbers or the number sequence contains the same number. The program must call for…
Write a program in Java that does the following: 1. Asks the user for an unforma
Write a program in Java that does the following: 1. Asks the user for an unformatted 10 digit phone number: It should look like this: Enter an unformatted 10-Digit telephone numbe…
Write a program in Java that finds the number of items above the average of all
Write a program in Java that finds the number of items above the average of all items. The problem is to read 100 numbers, get the average of these numbers, and find the number of…
Write a program in Java that implements the Hashtable a)The Hashtable has the si
Write a program in Java that implements the Hashtable a)The Hashtable has the size = 20 (an array of size 20) b)It uses the Double Hashing technique to determine the hash code. Us…
Write a program in Java that implements the Hashtable: a) The Hashtable has the
Write a program in Java that implements the Hashtable: a) The Hashtable has the size = 50 (an array of size 50) b) It uses the Double Hashing technique to determine the hash code …
Write a program in Java that implements the Rooted Tree with Unbound Branching:
Write a program in Java that implements the Rooted Tree with Unbound Branching: a) This tree should support multiple children nodes (not just binary tree), with the left-child rig…
Write a program in Java that implements the Rooted Tree with Unbound Branching:
Write a program in Java that implements the Rooted Tree with Unbound Branching: a) This tree should support multiple children nodes (not just binary tree), with the left-child rig…
Write a program in Java that obtains the execution time of selection sort, inser
Write a program in Java that obtains the execution time of selection sort, insertion sort, bubble sort, merge sort, quick sort, and radix sort. Your program should test all sort m…
Write a program in Java that performs the Counting Sort algorithm. a) Create the
Write a program in Java that performs the Counting Sort algorithm. a) Create the countingSort method. Use the pseudocode shown in the lecture. b) Test your codes by writing a prog…