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 1174 / 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 applet in java that simulates a soft drink vending machine. The simulat
Write an applet in java that simulates a soft drink vending machine.  The simulated machine dispenses the following soft drinks:  cola, lemon-lime soda, and bottled water.  These …
Write an applet in java that simulates a soft drink vending machine. The simulat
Write an applet in java that simulates a soft drink vending machine.  The simulated machine dispenses the following soft drinks:  cola, lemon-lime soda, and bottled water.  These …
Write an applet program that will create an animation of a shape (a cat? or a sn
Write an applet program that will create an animation of a shape (a cat? or a snake?) moving across the screen using Graphics2D. Create an applet similar to the image below. It wi…
Write an applet that converts between decimal, hex, and binary numbers, as shown
Write an applet that converts between decimal, hex, and binary numbers, as shown in Figure 18.18b. When you enter a decimal value in the decimal-value text field and press the Ent…
Write an applet that draws the house shown in the book on page 933. I have inclu
Write an applet that draws the house shown in the book on page 933. I have included coordinates for the house. Please make improvements if you wish. The program should make the ho…
Write an applet that simulates a soft drink vending machine. The simulated machi
Write an applet that simulates a soft drink vending machine. The simulated machine dispenses the following soft drinks: cola, lemon-lime soda, grape soda, root beer, and bottle wa…
Write an applet that simulates a soft drink vending machine. The simulated machi
Write an applet that simulates a soft drink vending machine. The simulated machine dispenses the following soft drinks: cola, lemon-lime soda, grape soda, root beer, and bottle wa…
Write an applet that simulates a soft drink vending machine. The simulated machi
Write an applet that simulates a soft drink vending machine.  The simulated machine dispenses the following soft drinks: cola, lemon-lime soda, and bottled water.  These drinks co…
Write an applet that simulates a soft drink vending machine. The simulated machi
Write an applet that simulates a soft drink vending machine. The simulated machine dispenses the following soft drinks: cola, lemon-lime soda, and bottled water. These drinks cost…
Write an applet that simulates a stopwatch. It should have a Start button and a
Write an applet that simulates a stopwatch. It should have a Start button and a Stop button. When the Start button is clicked the applet should count the seconds that pass. When t…
Write an applet that simulates a stopwatch. It should have a Start button and a
Write an applet that simulates a stopwatch. It should have a Start button and a Stop button. When the Start button is clicked the applet should count the seconds that pass. When t…
Write an applet that simulates a stopwatch. It should have a Start button and a
Write an applet that simulates a stopwatch. It should have a Start button and a Stop button. When the Start button is clicked the applet should count the seconds that pass. When t…
Write an applet that will draw random colored (from an array of Color objects):
Write an applet that will draw random colored (from an array of Color objects): a. random thick lines - use Line2D objects with rounded edges. Set it up like a horizontal bar char…
Write an application called Trianlgle (That means it has a main method) to ask t
Write an application called Trianlgle (That means it has a main method) to ask the user for a positive integer. Keep asking until he correctly enters a positive integer. Do not th…
Write an application file named JohnDoeTest.java, which has a main method. This
Write an application file named JohnDoeTest.java, which has a main method. This main creates an array of RentalItem class type with a size of 4. Populate this array with two insta…
Write an application for Lambert\'s Vacation Rentals. Use separate ButtonGroups
Write an application for Lambert's Vacation Rentals. Use separate ButtonGroups to allow a client to select one of three locations, the number of bedrooms, and whether meals are in…
Write an application for Lambert’s Vacation Rentals. Use separate ButtonGroups t
Write an application for Lambert’s Vacation Rentals. Use separate ButtonGroups to allow a client to select one of three locations, the number of bedrooms, and whether meals are in…
Write an application for a construction company to handle a costumer\'s order to
Write an application for a construction company to handle a costumer's order to build a new home. Use separate ButtonGroups to allow the customer to select one of four modells, th…
Write an application for a mail order company. The program uses a data entry scr
Write an application for a mail order company. The program uses a data entry screen in which the user types an item number and a quantity. Write each record to a file. Save your f…
Write an application for the Summerdale COndo Sales office; the probram determin
Write an application for the Summerdale COndo Sales office; the probram determines the price of a condominium. Ask the user to choose 1 for park view, 2 for golf course view, or 3…
Write an application for the Summerdale Condo Sales office; the program determin
Write an application for the Summerdale Condo Sales office; the program determines the price of a condominium. Ask the user to choose 1 for park view, 2 for golf course view, or 3…
Write an application for the WebBuy Company that allows a user to compose the th
Write an application for the WebBuy Company that allows a user to compose the three parts of a complete e-mail message: the "To:", "Subject:", and "Message:" text. The "To:" and "…
Write an application from scratch where you are to write in Java the following m
Write an application from scratch where you are to write in Java the following methods to be used by the main(): getFootValue() returning a Double value that is entered getInchVal…
Write an application in C++ to maintain a list of friends. Write the program int
Write an application in C++ to maintain a list of friends. Write the program into 3 files, main, header and cpp. Specifications Create a simple Friend class with, as a minimum, th…
Write an application in Java that creates a database in Microsoft SQL Express na
Write an application in Java that creates a database in Microsoft SQL Express named Personnel. The database should have a table named Employee, with columns for employee ID, name,…
Write an application in Java which includes an algorithm that takes an array of
Write an application in Java which includes an algorithm that takes an array of any size, selects the high and low integer from the array of integers with each pass and builds a n…
Write an application in Python that allows a user to play the game Bulls and Cow
Write an application in Python that allows a user to play the game Bulls and Cows against a computer. The game works as follows: The computer chooses a 4-digit number in secret. T…
Write an application in c# that enables a user to input the grade and number of
Write an application in c# that enables a user to input the grade and number of credit hours for any number of courses. Calculate the GPA on a 4.0 scale using those values. Grade …
Write an application in java that calculates the cost of cell phone service. The
Write an application in java that calculates the cost of cell phone service. The base cost is 10.99. Your program will provide a list of options as numbers, and the user will sele…
Write an application in java that models a zoo that contains Lions and Ducks. Bo
Write an application in java that models a zoo that contains Lions and Ducks. Both Lion and Duck are concrete classes that extend the abstract class Animal. You must be able to ca…
Write an application in java that models courses, students, and faculty members
Write an application in java that models courses, students, and faculty members in a university. General Directions Use proper Java naming conventions. each class you create will …
Write an application in java that models courses, students, and faculty members
Write an application in java that models courses, students, and faculty members in a university. General Directions Use proper Java naming conventions. each class you create will …
Write an application in java which includes and algorithm that takes an input ar
Write an application in java which includes and algorithm that takes an input array of any size, selects the high and low integer from the array of integers with each pass and bui…
Write an application in python that computes a business’s potential profits each
Write an application in python that computes a business’s potential profits each year for 20 years using the following assumptions: (1) Gross profit in the first year is projected…
Write an application in which the user can enter a date using digits and slashes
Write an application in which the user can enter a date using digits and slashes( for example "6/24/2014"), and receive output that displays the date with the                    m…
Write an application in which the user can enter a date using digits and slashes
Write an application in which the user can enter a date using digits and slashes( for example "2/4/2010"), and receive output that displays the date with the month shown as a word…
Write an application in which the user can enter a date using digits and slashes
Write an application in which the user can enter a date using digits and slashes( for example "2/4/2010"), and receive output that displays the date with the month shown as a word…
Write an application named Coins that asks the user to enter one integer represe
Write an application named Coins that asks the user to enter one integer representing a monetary value in cents. The application prints to the screen the equivalent breakdown in q…
Write an application named UseChildren that creates and displays at least two Ch
Write an application named UseChildren that creates and displays at least two Child objects—one Male and one Female. Child is an abstract class and Male and Female are subclasses.…
Write an application or applet that implements a simple text editor. Use a text
Write an application or applet that implements a simple text editor. Use a text field and a button to get the file. Read the entire file as characters and display it in the JTextA…
Write an application program CarTester that does the following: Creates three in
Write an application program CarTester that does the following: Creates three instances of Car, pass the following values to the constructor first car object – 1HGBH42JXMN109186, …
Write an application that accepts a loan amount, annual interest rate, and loan
Write an application that accepts a loan amount, annual interest rate, and loan period (in number of years) and displays a table with five columns: payment number, the interest an…
Write an application that accepts a user\'s password from an input dialog. //If
Write an application that accepts a user's password from an input dialog. //If the entered password is less than six characters, more than 10 characters, or does not contain at le…
Write an application that accepts a user\'s password from an input dialogs. When
Write an application that accepts a user's password from an input dialogs. When the entered password is less than six characters, more than 10 characters, or does not contain at l…
Write an application that accepts a user’s password from the keyboard. When the
Write an application that accepts a user’s password from the keyboard. When the entered password has fewer than six characters, more than 10 characters, or does not contain at lea…
Write an application that accepts from the user the wholesale cost of an item an
Write an application that accepts from the user the wholesale cost of an item and its markup percentage. (For example, if an item's wholesale cost is $5 and its retail price is $1…
Write an application that accepts information for one product from the user. You
Write an application that accepts information for one product from the user. Your application should be user-friendly and provide clear prompts to the user. The user should enter …
Write an application that accepts up to 20 Strings. Divide them into two lists,
Write an application that accepts up to 20 Strings. Divide them into two lists, one for short Strings that are five characters or fewer, and the other for long Strings. After data…
Write an application that accepts up to 20 Strings. Divide them into two lists—o
Write an application that accepts up to 20 Strings. Divide them into two lists—one for short Strings that are five characters or fewer, and the other for long Strings. After data …
Write an application that allows a user to enter any number of student test scor
Write an application that allows a user to enter any number of student test scores using that number to create a loop until the user enters all the scores, DO NOT USE "QUIT" to st…