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 937 / 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 will sort a file containing people\' birthdates. The k
Write a Java Program that will sort a file containing people' birthdates. The key to solving the problem is to sort EVERYONE by their birthday, and then simply look directly to th…
Write a Java Program to print multiplication table. Ask user to give the number
Write a Java Program to print multiplication table. Ask user to give the number multiplicand and the range of multipliers. FORMAT and display the table as output. After the output…
Write a Java Program to solve the following synchronization problem. Problem des
Write a Java Program to solve the following synchronization problem. Problem description: In the ‘Ace-King-Queen’ card game three players seat at a table. One player plays only wi…
Write a Java Program. -The concurrent directory server program runs waiting for
Write a Java Program. -The concurrent directory server program runs waiting for a connection from a client. -The clients and the server should (in general) run on different machin…
Write a Java Program. Add chat functionality. -The concurrent directory server p
Write a Java Program. Add chat functionality. -The concurrent directory server program runs waiting for a connection from a client. -The clients and the server should (in general)…
Write a Java Program.A parking garage charges a $3.00 minimum fee to park for up
Write a Java Program.A parking garage charges a $3.00 minimum fee to park for up to three hours. The garage charges an additional $0.75 per hour for each hour or part thereof in e…
Write a Java Program: It is a well-known phenomenon that most people are easily
Write a Java Program: It is a well-known phenomenon that most people are easily able to read a text whose words have two characters flipped, provided the first and last letter of …
Write a Java Script program called crypto.js that encrypts passwords containing
Write a Java Script program called crypto.js that encrypts passwords containing uppercase/lowercase characters, digits, and special characters. Use Pizza2Day! For the password. Se…
Write a Java Snow Fall Program: A Write a program that can be used by a ski reso
Write a Java Snow Fall Program: A Write a program that can be used by a ski resort to keep track if local snow conditions for one week. It should have two seven-element arrays to …
Write a Java Sorting Application with two classes, JavaSort and JavaSortTest. Yo
Write a Java Sorting Application with two classes, JavaSort and JavaSortTest. Your JavaSort Class, as a minimum must contain sorting methods for BubbleSort, InsertionSort, ShellSo…
Write a Java Sorting Application with two classes, JavaSort and JavaSortTest. Yo
Write a Java Sorting Application with two classes, JavaSort and JavaSortTest. Your JavaSort Class, as a minimum must contain sorting methods for BubbleSort, InsertionSort, ShellSo…
Write a Java Swing application for an electronic lock as shown in the figure. Th
Write a Java Swing application for an electronic lock as shown in the figure. The display shall show the state of either "CLOSE" or "OPEN". In the "CLOSE" state, the user types hi…
Write a Java Swing application that raises a floating-point number into an integ
Write a Java Swing application that raises a floating-point number into an integer power. The application should handle exceptions caused by invalid input and display warnings by …
Write a Java SwingHelpDemoapp that displays a frame of size 300x200, as shown on
Write a Java SwingHelpDemoapp that displays a frame of size 300x200, as shown on the right, that offers 5 ways to invoke the help system: (1) “Help!” menu item under the “About” m…
Write a Java \"library\" class called DProb consisting entirely of static method
Write a Java "library" class called DProb consisting entirely of static methods (similar to a C function library). This type of class is never instanced as an object, so reference…
Write a Java algorithm to convert and evaluate an Infix expression and converts
Write a Java algorithm to convert and evaluate an Infix expression and converts it to postfix, and then evaluates it. 1. Generic Stack Implementation a. Your stack class must cont…
Write a Java applet program that implements class IntSet and class SummableSet.
Write a Java applet program that implements class IntSet and class SummableSet. Class IntSet should hold the ability to add a number to the set, delete a number from the set, clea…
Write a Java applet similar to example 4.6 where the applet draws shapes. Your s
Write a Java applet similar to example 4.6 where the applet draws shapes. Your shapes to be drawn are a square, circle, rectangle and triangle. Use the necessary class and data ty…
Write a Java applet that first, asks the user to enter the type of the shape to
Write a Java applet that first, asks the user to enter the type of the shape to be drawn on the screen (circles, Rectangles, or lines). Then it reads the coordinates of the two ob…
Write a Java applet/application Calendar.java to display a calendar for any year
Write a Java applet/application Calendar.java to display a calendar for any year. The user inputs the year into a TextField and chooses the month from a Choice object (drop-down c…
Write a Java application as a small airline reservation system. The system has o
Write a Java application as a small airline reservation system. The system has only one airplane with 10 seats: 1 to 5 for First Class and 6 to 10 for Economy. The system prompts …
Write a Java application called GradedExercise2 that fulfills this specification
Write a Java application called GradedExercise2 that fulfills this specification. You may be able to reuse some of the code for GradedExercise1 Ask the user for their age. If thei…
Write a Java application called NewTetris that allows a new way to play Tetris.
Write a Java application called NewTetristhat allows a new way to play Tetris. It is well known that in Tetris there are seven kinds of tetriminos, each of which is made up of fou…
Write a Java application called NewTetris that allows a new way to play Tetris.
Write a Java application called NewTetris that allows a new way to play Tetris. It is well known that in Tetris there are seven kinds of tetriminos, each of which is made up of fo…
Write a Java application called NewTetris that allows a new way to play Tetris.
Write a Java application called NewTetris that allows a new way to play Tetris. It is well known that in Tetris there are seven kinds of tetriminos, each of which is made up of fo…
Write a Java application containing the method that merges two arrays, alternati
Write a Java application containing the method that merges two arrays, alternating elements from both arrays. If one array is shorter than the other one, then alternate as long as…
Write a Java application containing the method that takes an array of integers a
Write a Java application containing the method that takes an array of integers and removes duplicates from this array (if any). For example, if this method gets the following arra…
Write a Java application named Lab 06. Java, whose main method invokes the two m
Write a Java application named Lab 06. Java, whose main method invokes the two methods written in class on Wednesday of Week 5 and described below. However, before invoking each m…
Write a Java application named MoveRight. The application presents a JFrame-base
Write a Java application named MoveRight. The application presents a JFrame-based window that displays a text field, a button labeled "Right", and another text field. The user can…
Write a Java application of a Banking System prototype. The program loads all th
Write a Java application of a Banking System prototype. The program loads all the account data from a text file. The user interacts with the program via the terminal. The program …
Write a Java application or applet that can display a moving banner cross a wind
Write a Java application or applet that can display a moving banner cross a window or an applet. There will be a text field the user can enter the content of the marques and OK bu…
Write a Java application program called Largest.java that inputs a series of 10
Write a Java application program called Largest.java that inputs a series of 10 single-digit numbers and determines and prints the largest of the numbers. Except main() method, no…
Write a Java application program that plays a number guessing game with the user
Write a Java application program that plays a number guessing game with the user. In the starter code that you are given to help you begin the project, you will find the following…
Write a Java application program that plays a number guessing game with the user
Write a Java application program that plays a number guessing game with the user. In the starter code that you are given to help you begin the project, you will find the following…
Write a Java application program that plays a number guessing game with the user
Write a Java application program that plays a number guessing game with the user. In the starter code that you are given to help you begin the project, you will find the following…
Write a Java application program that will accept only 2 integers from the user,
Write a Java application program that will accept only 2 integers from the user, and then show those numbers in ascending order, the largest integer, the smallest integer, and the…
Write a Java application program that will add up the cost of three items, then
Write a Java application program that will add up the cost of three items, then print the final total with sales tax. You should begin by prompting the user to enter three separat…
Write a Java application program that will allow the user to enter a date. The p
Write a Java application program that will allow the user to enter a date. The program will then check the date to verify whether or not it is a valid date. Begin by asking the us…
Write a Java application program that will allow the user to enter a date. The p
Write a Java application program that will allow the user to enter a date. The program will then check the date to verify whether or not it is a valid date Begin by asking the use…
Write a Java application that allows a user to enter the names and phone numbers
Write a Java application that allows a user to enter the names and phone numbers of up to 10 friends. Use two arrays - one for the names and another for the phone numbers. Recall …
Write a Java application that allows a user to play Blackjack against the comput
Write a Java application that allows a user to play Blackjack against the computer. That is, the computer will act as the house, dealing the cards and paying when you win. There i…
Write a Java application that asks a user to enter the data of a Person instance
Write a Java application that asks a user to enter the data of a Person instance: name and year_of_birth and then displays a message showing the age of the person. If the value of…
Write a Java application that asks a user to enter two integers (A and B) and th
Write a Java application that asks a user to enter two integers (A and B) and then display the results of A/B. Catch any division by zero errors and prompt the user to reenter the…
Write a Java application that asks a user to enter two integers (A and B) and th
Write a Java application that asks a user to enter two integers (A and B) and then display the results of A/B. Catch any division by zero errors and prompt the user to reenter the…
Write a Java application that can display a moving banner cross a window. There
Write a Java application that can display a moving banner cross a window. There will be a text field the user can enter the content of the marques and OK button will send the ente…
Write a Java application that converts integers that are less than 4000 into Rom
Write a Java application that converts integers that are less than 4000 into Roman Numerals and Roman Numerals into integers. Prompt the user to enter either an integer or a Roman…
Write a Java application that creates an instance of the String class and initia
Write a Java application that creates an instance of the String class and initializes this instance with a String literal. Use a for loop structure to print the string in reverse …
Write a Java application that creates an instance of the String class and initia
Write a Java application that creates an instance of the String class and initializes this instance with a String literal. Use a for loop structure to print the string in reverse …
Write a Java application that creates an instance of the String class and initia
Write a Java application that creates an instance of the String class and initializes this instance with a String literal. Use a for loop structure to print the string in reverse …
Write a Java application that displays a JFrame containing a JPanel. The panel w
Write a Java application that displays a JFrame containing a JPanel. The panel will contain three text fields labeled: A, B, C. There will also be another JLabel that shows the re…