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 943 / 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 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…
Write a Java program that asks the users to enter a m × n matrix of integers, m
Write a Java program that asks the users to enter a m × n matrix of integers, m and n being the number of rows and columns, respectively. The program stores this matrix into a two…
Write a Java program that asks the users to enter a m × n matrix of integers, m
Write a Java program that asks the users to enter a m × n matrix of integers, m and n being the number of rows and columns, respectively. The program stores this matrix into a two…
Write a Java program that asks the users to enter an integer number n. You then
Write a Java program that asks the users to enter an integer number n. You then initialize a two-dimensional array with n rows and n columns and ask the user to fill it with real …
Write a Java program that attempts to solve the Knight\'s Tour for a given board
Write a Java program that attempts to solve the Knight's Tour for a given board by random wandering. The Knight's Tour is an attempt to move the knight on a board, such that each …
Write a Java program that behaves as follows: The user is shown a menu (or serie
Write a Java program that behaves as follows: The user is shown a menu (or series of menus) in the console window to choose out of four figures to be drawn or painted (choose four…
Write a Java program that calculates and outputs a baseball pitcher\'s ERA in a
Write a Java program that calculates and outputs a baseball pitcher's ERA in a reasonable report format. ``ERA" is an acronym for ``earned run average" and is computed using the f…
Write a Java program that calculates and prints the monthly pay check for an emp
Write a Java program that calculates and prints the monthly pay check for an employee. The net pay is calculated after taking the following deductions: Federal Income Tax: 15% Sta…
Write a Java program that calculates and prints the monthly paycheck for an empl
Write a Java program that calculates and prints the monthly paycheck for an employees. The net pay is calculated after taking the following deductions: Federal Income Tax: 15% Sta…
Write a Java program that calculates sales price of each item. The sales price i
Write a Java program that calculates sales price of each item. The sales price is calculated as follows: sales price = original price + (original price x tax) The tax rate is 5%. …
Write a Java program that calculates the Bernoulli numbers. The main method shou
Write a Java program that calculates the Bernoulli numbers. The main method should call a worker method with header similar to public static double[ ] calcBernoulli(int number), a…
Write a Java program that calculates the number of gallons of paint needed to pa
Write a Java program that calculates the number of gallons of paint needed to paint the walls of a rectangular room, and computes the price of paint to be purchased. The program p…
Write a Java program that calculates the number of page faults using three diffe
Write a Java program that calculates the number of page faults using three different page replacement algorithms. - The program should accept 2 command line arguments, a file name…
Write a Java program that can calculate and print out the area of a square. The
Write a Java program that can calculate and print out the area of a square. The user enters data of the side and its measurement unit (“in” for inch, “ft” for feet, “cm” for centi…
Write a Java program that can maintain grades for a simple course. Functional re
Write a Java program that can maintain grades for a simple course. Functional requirements Your program will be command driven. It will repeatedly print a prompt, read a command, …
Write a Java program that completes the following problem by using if/else if st
Write a Java program that completes the following problem by using if/else if statements Problem: One of the common problems encountered in computing is the point location problem…
Write a Java program that completes the following problem by using if/else if st
Write a Java program that completes the following problem by using if/else if statements Problem: One of the common problems encountered in computing is the point location problem…
Write a Java program that computes the amount of income tax that a person must p
Write a Java program that computes the amount of income tax that a person must pay, depending upon salary. Income tax should be calculated for each portion of income in each range…
Write a Java program that computes the interest each month of a loan in accordan
Write a Java program that computes the interest each month of a loan in accordance with the Rule of 78's. The user enters the total interest which would have been earned had the l…
Write a Java program that computes the scores for two players, and determine who
Write a Java program that computes the scores for two players, and determine who, if anyone, wins a game of darts. Darts are thrown at the board by players in an attempt to hit th…
Write a Java program that computes the spherical distance between two points on
Write a Java program that computes the spherical distance between two points on the surface of the Earth, given their latitudes and longitudes. * User interface specifications: -T…
Write a Java program that connects to the MySQL database and inserts 5 rows. The
Write a Java program that connects to the MySQL database and inserts 5 rows. The rows that your program inserts should be as follows: TNumber FirstName LastName DateOfBirtb 000012…
Write a Java program that constructs an Applet. The Applet (JApplet) of your pro
Write a Java program that constructs an Applet. The Applet (JApplet) of your program should contain five JRadioButtons which a user can use to select a color to draw a line, two b…
Write a Java program that constructs an Applet. The Applet (JApplet) of your pro
Write a Java program that constructs an Applet. The Applet (JApplet) of your program should contain three buttons for beams, "Start", "Stop", and "Color". These three buttons will…
Write a Java program that constructs an Applet. The Applet (JApplet) of your pro
Write a Java program that constructs an Applet. The Applet (JApplet) of your program should contain three buttons, "Start", "Clear", and "Color". These three buttons will be organ…
Write a Java program that constructs an Applet. The Applet (JApplet) of your pro
Write a Java program that constructs an Applet. The Applet (JApplet) of your program should contain three buttons trajectories, "Start", "Clear", and "Color". These three buttons …
Write a Java program that contains a method named DisplayTemperature. The argume
Write a Java program that contains a method named DisplayTemperature. The argument to this method is the number of days and the temperature on the first day. The method is used to…
Write a Java program that contains a method named DisplayTemperature. The argume
Write a Java program that contains a method named DisplayTemperature. The argument to this method is the number of days and the temperature on the first day. The method is used to…
Write a Java program that contains a superclass of animal and the subclasses bir
Write a Java program that contains a superclass of animal and the subclasses bird, frog, and fish. Create a method called "move" in the superclass and then override this method in…
Write a Java program that contains a superclass of animal and the subclasses bir
Write a Java program that contains a superclass of animal and the subclasses bird, frog, and fish. Create a method called "move" in the superclass and then override this method in…
Write a Java program that contains the following methods: 1) public static int l
Write a Java program that contains the following methods: 1) public static int linearSearch (String [ ] strArray, StringstrValue ) If strValue is found in the array, return the in…
Write a Java program that contains the following three overloaded methods, and t
Write a Java program that contains the following three overloaded methods, and then you can invoke them one by one to see the difference on both input and output. Sample code: imp…
Write a Java program that contains two classes: Computer and Laptop. Both classe
Write a Java program that contains two classes: Computer and Laptop. Both classes have their own constructors and a method. In main method we create object of two classes and call…
Write a Java program that controls access to a popular new restaurant. The resta
Write a Java program that controls access to a popular new restaurant. The restaurant is not allowed to have more than 100 people in it at any time. Groups of people can always le…
Write a Java program that converts Fahrenheit to Celsius and vice versa. Your pr
Write a Java program that converts Fahrenheit to Celsius and vice versa. Your program accepts as a parameter a Scanner holding a sequence of real numbers (temperature) followed by…
Write a Java program that converts Fahrenheit to Celsius. Theformula is: celsius
Write a Java program that converts Fahrenheit to Celsius. Theformula is: celsius = (5 / 9) * (fahrenheit - 32) The program reada Fahrenheit degree in double from the input dialog …
Write a Java program that converts a given infix expression (input) to the corre
Write a Java program that converts a given infix expression (input) to the corresponding postfix expression (output) and then evaluates the postfix expression to return the answer…
Write a Java program that creates Robots. These robots will be able to move forw
Write a Java program that creates Robots. These robots will be able to move forward, turn right, turn left, spin and detect an object in front of it via a sensor. The robot will u…
Write a Java program that creates a drawing area of appropriate size (try 500 x
Write a Java program that creates a drawing area of appropriate size (try 500 x 500) and draws a house similar to the one shown below and adding a button to make the house turn on…
Write a Java program that creates a drawing area of appropriate size (try 500 x
Write a Java program that creates a drawing area of appropriate size (try 500 x 500) and draws a house similar to the one shown below and adding a button to make the house turn on…
Write a Java program that creates a grade book for a class. The program should b
Write a Java program that creates a grade book for a class. The program should be able to display all grades for a given student. It should allow the instructor to add a new grade…
Write a Java program that creates an array of ten integers. It should put ten ra
Write a Java program that creates an array of ten integers. It should put ten random numbers from 1 to 100 in the array. It should copy all the elements of that array into another…
Write a Java program that creates and manipulates a directory of names, telephon
Write a Java program that creates and manipulates a directory of names, telephone numbers. The following information will be stored for each person in the directory: - Name (Last,…
Write a Java program that creates and manipulates a directory of names, telephon
Write a Java program that creates and manipulates a directory of names, telephone numbers. The following information will be stored for each person in the directory: - Name (Last,…
Write a Java program that creates the following matrix by adding 3 to the previo
Write a Java program that creates the following matrix by adding 3 to the previous value, then displays it. The matrix has 6 rows and 4 columns. Allow for a fixed width of 6 horiz…
Write a Java program that decrypts the following message: :mmZ\\dxZmx]Zpgy Messa
Write a Java program that decrypts the following message: :mmZdxZmx]Zpgy Message is encrypted using the enemy's secret code. You have just learned that their encryption method is …
Write a Java program that determines a winner between two wrestlers (red or blue
Write a Java program that determines a winner between two wrestlers (red or blue) and the classification points associated with the victory. A sample input file would look like th…
Write a Java program that determines if a person hits the \"Pick 3\" loterry num
Write a Java program that determines if a person hits the "Pick 3" loterry numbers. Have the program to randomly create a 3 digit lottery number. Have the user enter the number th…
Write a Java program that determines if a person hits the \"Pick 3\" loterry num
Write a Java program that determines if a person hits the "Pick 3" loterry numbers. Have the program to randomly create a 3 digit lottery number. Have the user enter the number th…
Write a Java program that determines the total price to rent a car based on cert
Write a Java program that determines the total price to rent a car based on certain perameters which the user will specify using their keyboard: - The desired car size (full or ec…