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 1176 / 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 an application that generates a random number that players determine wheth
Write an application that generates a random number that players determine whether they were correct and display a message indicating whether the player's guess is correct, too hi…
Write an application that handles the names of CDs, artists, and tracks on the C
Write an application that handles the names of CDs, artists, and tracks on the CDs. Include methods to search for records by CD, artist, or track. A data file is provided for you …
Write an application that has 4 functions: (a) int main() Controls the program a
Write an application that has 4 functions: (a) int main() Controls the program and makes calls to the other functions. Displays the results of the function calls. (b) int GetData(…
Write an application that implements a frame. Attach a panel to it that contains
Write an application that implements a frame. Attach a panel to it that contains an instance of JTextField (or, rather its extension IntField as discussed in class). When a user e…
Write an application that implements a frame. Attach a panel to it that contains
Write an application that implements a frame. Attach a panel to it that contains an instance of JTextField (or, rather its extension IntField as discussed in class). When a user e…
Write an application that inputs an integer containing only 0\'s and 1\'s(i.e. b
Write an application that inputs an integer containing only 0's and 1's(i.e. binary integer) and prints its decimal equivalent.[Hint: use the remainder and division operators to p…
Write an application that inputs an integer containing only 0s and 1s (i.e., a b
Write an application that inputs an integer containing only 0s and 1s (i.e., a binary integer) and prints its decimal equivalent. [Hint: Use the remainder and division operators t…
Write an application that inputs an integer containing only 0s and 1s (i.e., a b
Write an application that inputs an integer containing only 0s and 1s (i.e., a binary integer) and prints its decimal equivalent. [Hint: Use the remainder and division operators t…
Write an application that inputs an integer containing only 0s and 1s (i.e., bin
Write an application that inputs an integer containing only 0s and 1s (i.e., binary integer) and prints its decimal equivalent. [Hint: Use the remainder and division operators to …
Write an application that inputs five numbers, each between 10 and 100, inclusiv
Write an application that inputs five numbers, each between 10 and 100, inclusive. As each number is read, display it only if it’s not a duplicate of a number already read. Provid…
Write an application that inputs five numbers, each between 10 and 100, inclusiv
Write an application that inputs five numbers, each between 10 and 100, inclusive. As each number is read, display it only if it’s not a duplicate of a number already read. Provid…
Write an application that inputs the user the radius of a circle as an Integer a
Write an application that inputs the user the radius of a circle as an Integer and prints the circle's diameter, circumference and area using the floating point value of 3.1459 fo…
Write an application that inputs two integer numbers n1 and n2 from the user, th
Write an application that inputs two integer numbers n1 and n2 from the user, these two numbers represent a range. Develop the logic to prints all integers in this range that are …
Write an application that models a demolition derby. Demolition derby events inv
Write an application that models a demolition derby. Demolition derby events involve drivers intentionally colliding with each other in hopes of causing damage to other vehicles. …
Write an application that models courses, students, and faculty members in a uni
Write an application that models courses, students, and faculty members in a university. General Directions Use proper Java naming conventions. All input and output must use JOpti…
Write an application that models courses, students, and faculty members in a uni
Write an application that models courses, students, and faculty members in a university. General Directions Use proper Java naming conventions. From now on it will be assumed that…
Write an application that models courses, students, and faculty members in a uni
Write an application that models courses, students, and faculty members in a university. General Directions Use proper Java naming conventions. From now on it will be assumed that…
Write an application that models the gunfight at the OK Corral. In 1881, Deputy
Write an application that models the gunfight at the OK Corral. In 1881, Deputy Town Marshall Wyatt Earp of Tombstone, Arizona led a group of police officers and others in a gunfi…
Write an application that plays Tic-Tac-Toe. Represent the board as a 3X 3 chara
Write an application that plays Tic-Tac-Toe. Represent the board as a 3X 3 character array. he array is initialized to blanks, and each player is asked in turn to input a position…
Write an application that plays \"guess the number\" as follows: Your program ch
Write an application that plays "guess the number" as follows: Your program chooses the number to be guessed by selecting a random integer in the range 1 to 1000. The application …
Write an application that prompts the user for three first names and concatenate
Write an application that prompts the user for three first names and concatenates them in every possible two-name combination so that new parents can easily compare them to find t…
Write an application that prompts the user for three first names and concatenate
Write an application that prompts the user for three first names and concatenates them in every possible two-name combination so that new parents can easily compare them to find t…
Write an application that prompts the user to enter a Diamond\'s axis size and t
Write an application that prompts the user to enter a Diamond's axis size and then use asterisks to displays it (hollow with an empty body or filled with asterisks). The size must…
Write an application that prompts the user to enter a number to use as an array
Write an application that prompts the user to enter a number to use as an array size, and then attemp to declare an array using the entered size. If the array is created successfu…
Write an application that provides statistics about temperatures for a given wee
Write an application that provides statistics about temperatures for a given week. Your solution should be a two-class application that has a one-dimensional array as a data membe…
Write an application that reads a line of text and prints a table indicating the
Write an application that reads a line of text and prints a table indicating the number of one-letter words, two-letter words, three-letter words, and so on, appearing in the text…
Write an application that retrieves both string data and numbers from a text fil
Write an application that retrieves both string data and numbers from a text file. Test your solution by retrieveing names of students and three scores per linen from a text file.…
Write an application that runs one time which prompts the user to input informat
Write an application that runs one time which prompts the user to input information about an acquaintance (first name, last name, phone number, email and relation). Your program s…
Write an application that shows the sum of 1 to n for every n from1 to 50. That
Write an application that shows the sum of 1 to n for every n from1 to 50. That is the program needs to print 1(the sum of 1 alone),3 (the sum of 1 and 2), 6 (the sum of 1,2,3),10…
Write an application that simulates a not-so-busy airport, where different kinds
Write an application that simulates a not-so-busy airport, where different kinds of aircrafts, such as military and civilian helicopters, passenger airplanes, and military aircraf…
Write an application that simulates a screen saver. The application should rando
Write an application that simulates a screen saver. The application should randomly draw lines using method drawLine of class Graphics. After drawing 100 lines, the application sh…
Write an application that simulates a slot machine. The player starts out with M
Write an application that simulates a slot machine. The player starts out with M coins. The value of M is an input to the program, and you charge 25 cents per coin. For each play,…
Write an application that solicits and inputs three integers from the user and t
           Write an application that solicits and inputs three integers from the user and then displays the sum, average, product, smallest, and largest of the three numbers.  You…
Write an application that stores at least four different course names and meetin
Write an application that stores at least four different course names and meeting days and times in a two-dimential array. Allow the user to enter a course name (such as "CIS 110"…
Write an application that takes as input phone number in numeric or alpha form a
Write an application that takes as input phone number in numeric or alpha form and displays the phone number in numeric format. In other words, If the input is: The output will be…
Write an application that takes uses an Array of 30 Numbers (random integers fro
Write an application that takes uses an Array of 30 Numbers (random integers from 1 - 100) and returns the maximum number, minimum number, average of all nubers, and prints a Bar …
Write an application that tracks information about monster attacks. IMPORTANT: D
Write an application that tracks information about monster attacks. IMPORTANT: DON'T use JOptionPane I/O. Please Use Console I/O (Scanners and System.out) for all input/output in …
Write an application that uses an Array to store 10 messages of type String. You
Write an application that uses an Array to store 10 messages of type String. You can load this data structure with 10 messages of your choosing. For example a message could be “I …
Write an application that uses an Array to store 10messages of type String. You
Write an application that uses an Array to store 10messages of type String. You will store this Array with 10 messages of your choosing. For example, a message could be “I love Ja…
Write an application that uses an Array to store 10messages of type String. You
Write an application that uses an Array to store 10messages of type String. You will store this Array with 10 messages of your choosing. For example, a message could be “I love Ja…
Write an application that uses random-number generation to create sentences. Use
Write an application that uses random-number generation to create sentences. Use four arrays of strings called article, noun, verb and preposition. Create a sentence by selecting …
Write an application that uses random-number generation to create sentences. Use
Write an application that uses random-number generation to create sentences. Use four arrays of strings called article, noun, verb and preposition. Create a sentence by selecting …
Write an application that uses random-number generation to create sentences. Use
Write an application that uses random-number generation to create sentences. Use four arrays of strings, called article, noun, verb, and preposition. Create a sentence by selectin…
Write an application that will have; using the data structure of your choice, at
Write an application that will have; using the data structure of your choice, at least 5 Contact objects that will be sorted using Comparators. These are the following requirement…
Write an application that will have; using the data structure of your choice, at
Write an application that will have; using the data structure of your choice, at least 5 Contact objects that will be sorted using Comparators. These are the following requirement…
Write an application that will help an elementary school student learn addition,
Write an application that will help an elementary school student learn addition, subtraction, division and multiplication. Use a random object to produce two positive two digit in…
Write an application that will perform a series of coin tosses and display the p
Write an application that will perform a series of coin tosses and display the percentage of heads and tails. Prompt the user to input the number of desired coin tosses Use the Ma…
Write an application that will search a text/data file for the largest and small
Write an application that will search a text/data file for the largest and smallest integer values. A try and catch block is required to be employed in your program. This text/dat…
Write an application that will simulate a coin toss. Use the Math.random() funct
Write an application that will simulate a coin toss. Use the Math.random() function for the coin toss: For the toss you may use the following criteria: if the result is 0.5 or les…
Write an application that will simulate a coin toss. Use the Math.random() funct
Write an application that will simulate a coin toss. Use the Math.random() function for the coin toss: result = Math.random(); For the toss you may use the following criteria: if …