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 942 / 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 consisting of a method called dumpClass and a main method w
Write a Java program consisting of a method called dumpClass and a main method with which to test it. The dumpClass method should print out: 1) the name of a class (including its …
Write a Java program containing two classes: Dog and a driver class Kennel. A do
Write a Java program containing two classes: Dog and a driver class Kennel. A dog consists of the following information: An integer age. A string name. If the given name contains …
Write a Java program for NetBeans that creates a ProfessorRating class consistin
Write a Java program for NetBeans that creates a ProfessorRating class consisting of professor ID and three ratings. The three ratings are used to evaluate easiness, helpfulness, …
Write a Java program for the followin: This banking system is to be created for
Write a Java program for the followin: This banking system is to be created for this assignment. The program will consist of five(5) classes: MustangBanking (which will contain th…
Write a Java program for the following: REQUIREMENT: Write an application that a
Write a Java program for the following: REQUIREMENT: Write an application that allows users to select the following functions. n! Factorial of an integer n where n provided from t…
Write a Java program for the following: This banking system is to be created for
Write a Java program for the following: This banking system is to be created for this assignment. The program will consist of five(5) classes: MustangBanking (which will contain t…
Write a Java program from scratch. Simple geometrical reasoning is at the core o
Write a Java program from scratch. Simple geometrical reasoning is at the core of Battleships. One important notion is adjacency, with two sub-types: edge adjacency and corner adj…
Write a Java program how to track the corporate careers of some up-and-coming ex
Write a Java program how to track the corporate careers of some up-and-coming executives who are busily changing JOBS, and, of course, getting paid. In this version of the corpora…
Write a Java program in a class named Window that produces the following figure
Write a Java program in a class named Window that produces the following figure as output. Use nested for loops to print the repeated parts of the figure. Once you get it to work,…
Write a Java program in response to the following prompt Design and implement th
Write a Java program in response to the following prompt Design and implement the class Day that implements the day of the week in a program. The class Day should store the day, s…
Write a Java program in which the recursive version of the bubble sorting method
Write a Java program in which the recursive version of the bubble sorting method with the following signature public static void r_bubbleSort(int[ ] array, int s, int t) should be…
Write a Java program in which the recursive version of the selection sorting met
Write a Java program in which the recursive version of the selection sorting method with the following signature public static void r selectionSort(int[ ] array, int s, int t) sho…
Write a Java program in which the recursive version of the selection sorting met
Write a Java program in which the recursive version of the selection sorting method with the following signature public static void r_selectionSort(int[ ] array, int s, int t) sho…
Write a Java program in which the recursive version of the selection sorting met
Write a Java program in which the recursive version of the selection sorting method with the following signature: public static void r_selectionSort(int[ ] array, int s, int t) sh…
Write a Java program in which you are required to implement a class MyArray as d
Write a Java program in which you are required to implement a class MyArray as defined below, to store an array of integers (int). Many of its methods will be implemented using th…
Write a Java program method named reversal that returns a newarray that is a rev
Write a Java program method named reversal that returns a newarray that is a reversal of the original array. Use [5.0, 4.4, 1.9,2.9, 3.4, 3.5] to test the method. Also, the revers…
Write a Java program method named reversal that returns a newarray that is a rev
Write a Java program method named reversal that returns a newarray that is a reversal of the original array. Use [5.0, 4.4, 1.9,2.9, 3.4, 3.5] to test the method. Also, the revers…
Write a Java program named CircleZapper that displays a circle with a radius of
Write a Java program named CircleZapper that displays a circle with a radius of 10 pixels, filled with a random color at a random location on the screen. When you click the circle…
Write a Java program named FindLargest with the following requirements: 1. Write
Write a Java program named FindLargest with the following requirements: 1. Write a method that returns the index of the largest element in an array of integers. If the number of s…
Write a Java program named InterestCalculator.java that calculates the value of
Write a Java program named InterestCalculator.java that calculates the value of a bank account based on starting principle, interest rate and time. Prompt the user for the Number …
Write a Java program named RaceTo100.java. In the game Race To 100, a board has
Write a Java program named RaceTo100.java. In the game Race To 100, a board has 100 consecutive squares. Beginning in the first square, two players alternate rolling two dice and …
Write a Java program named \"NameParser\" which can ask user for his/her full na
Write a Java program named "NameParser" which can ask user for his/her full name, and then parse the name to get first name and last name. Simulate the following interaction: Hint…
Write a Java program of the implementation of a linked list. The program include
Write a Java program of the implementation of a linked list. The program includes lList.java and lListTester.java. Note: in lListTester.java you have to use TDD (test-driven devel…
Write a Java program t o read a sentence (as a string) from the user , the progr
Write a Java program to read a sentence (as a string) from the user, the program then prints out the entered sentence. Then, print out the sentence one word per line using the spa…
Write a Java program that 1. Selects a text file from your computer using either
Write a Java program that 1.     Selects a text file from your computer using either a Java Swing JFileChooser or a JavaFX FileChooser, which starts out showing the files in the s…
Write a Java program that 1. first reads an input text file and stores the prime
Write a Java program that 1. first reads an input text file and stores the prime numbers in the file in a hash map; 2. until the program is terminated, the program reads an input …
Write a Java program that accepts a positive long integer between 2 to 15, and t
Write a Java program that accepts a positive long integer between 2 to 15, and then using the number, calculate its factorial (n!). Using do-while statement, make sure it only acc…
Write a Java program that accepts a positive long integer between 2 to 15, and t
Write a Java program that accepts a positive long integer between 2 to 15, and then using the number, calculate its factorial (n!). Using do-while statement, make sure it only acc…
Write a Java program that accepts a positive long integer between 2 to 15, and t
Write a Java program that accepts a positive long integer between 2 to 15, and then using the number, calculate its factorial (n!). Using do-while statement, make sure it only acc…
Write a Java program that accepts a specified number of strings from the keyboar
Write a Java program that accepts a specified number of strings from the keyboard and stores them in an array. Start by asking the user how many strings they want to enter. Progra…
Write a Java program that accepts as its first input a number that represents th
Write a Java program that accepts as its first input a number that represents the number of strings to be inserted followed by the Strings. The program should insert the strings i…
Write a Java program that accepts the coordinates of two cities, and outputs the
Write a Java program that accepts the coordinates of two cities, and outputs the distance between them in miles. Inputs: The names of two cities and their latitudes and longitudes…
Write a Java program that accepts three command line arguments: - First, a Strin
Write a Java program that accepts three command line arguments: - First, a String, str - Second, an integer corresponding to the position of a letter in str. Parse this into an in…
Write a Java program that accepts three command line arguments: First, a String,
Write a Java program that accepts three command line arguments: First, a String, str Second, an integer corresponding to the position of a letter in str. Parse this into an int po…
Write a Java program that accepts two integers from the user representing the nu
Write a Java program that accepts two integers from the user representing the number of hits and number of at-bats for a baseball player. Your program should calculate and display…
Write a Java program that accomplishes the following tasks: 1. Reads a positive
Write a Java program that accomplishes the following tasks: 1. Reads a positive integer n, followed by the (x, y) coordinates of n points, storing these values in a two-dimensiona…
Write a Java program that allows a user to enter 10 integer values into an array
Write a Java program that allows a user to enter 10 integer values into an array within a loop. The program should then display statistics about the data entered in the array, inc…
Write a Java program that allows a user to input the name of a class through the
Write a Java program that allows a user to input the name of a class through the keyboard (at runtime) and then prints out the following information to a file: the class name, its…
Write a Java program that allows the user to play the game or Rock, Paper Scisso
Write a Java program that allows the user to play the game or Rock, Paper Scissors 5 times. Remember: Rock crushes scissors, Scissors cuts paper, Paper hides rock. A sample templa…
Write a Java program that allows the user to play the game or Rock, Paper Scisso
Write a Java program that allows the user to play the game or Rock, Paper Scissors 5 times. Remember: Rock crushes scissors, Scissors cuts paper, Paper hides rock. Enter 1 for Roc…
Write a Java program that allows users to enter multiple sentences and revises t
Write a Java program that allows users to enter multiple sentences and revises the sentences by replacing certain negative words with more positive words. The users can enter mult…
Write a Java program that allows users to enter multiple sentences and revises t
Write a Java program that allows users to enter multiple sentences and revises the sentences by replacing certain negative words with more positive words. The users can enter mult…
Write a Java program that asks a user to enter the size of a triangle (an intege
Write a Java program that asks a user to enter the size of a triangle (an integer from 1 to 50). Display the triangle by writing lines of asterisks. The first line will have one a…
Write a Java program that asks a user to input a number of values of type double
Write a Java program that asks a user to input a number of values of type double and then prints: the average of the values the smallest of the values the largest of the values th…
Write a Java program that asks the user for a EAN13 and validates it as either c
Write a Java program that asks the user for a EAN13 and validates it as either correct or incorrect (display a message accordingly). Your program should continue to run, to valida…
Write a Java program that asks the user for several days\' temperatures and calc
Write a Java program that asks the user for several days' temperatures and calculates the average temperature for that period and how many days were above average. First, ask the …
Write a Java program that asks the user for several days\' temperatures and calc
Write a Java program that asks the user for several days' temperatures and calculates the average temperature for that period and how many days were above average. First, ask the …
Write a Java program that asks the user for their age. If the age is greater tha
Write a Java program that asks the user for their age. If the age is greater than or equal to 18, print "Congratulations! You are an adult. You can vote". Otherwise print "You are…
Write a Java program that asks the user the file name of an input file. If the f
Write a Java program that asks the user the file name of an input file. If the file doesn't exist, exit the program with an error message, otherwise, open the file. Ask the user e…
Write a Java program that asks the users to enter a m times n matrix of integers
Write a Java program that asks the users to enter a m times n matrix of integers, m and n being the number of rows and columns, respectively. The program stores this matrix into a…