<< Prev Showing: 86-90 of 101 Next >>
· 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 ·Java script for specific age calculation
I need to create a simple age calculator to determine if a user is allowed to purchase a particular restricted product. I need to model an abstract class to represent the generic restricted product and concrete classes to represent alcohol, tobacco, R-rated movies, PG-13 rated movies and video games. Each of these products have a different minimum age for purchase. The age calculator user interface will be a Java Swing application that instantiates the product selected by the user and compares its minimum purchase age with the birthdate of the customer. If the customer is old enough to purchase the product a dialog box to that effect appears. A rejection message is displayed if the customer ... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
178209
OTA ID:
101298
Pseudocode to compute the unit price for products sold
The following problem can be solved by a program that performs three basic tasks—Input Data, Process Data, and Output Results. Use pseudocode to design a suitable program for solving it. * The manager of the Super Supermarket would like to be able to compute the unit price for products sold there. To do this, the program should input the name and price of an item and its weight in pounds and ounces. It should then determine and display the unit price (the price per ounce) of the item.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
178246
OTA ID:
101298
Design a program that models the worm’s behavior in the following scenario
• Resource: Ch. 4 in Extended Prelude to Programming: Concepts and Design (2nd ed.) • Design a program that models the worm’s behavior in the following scenario: A worm is moving toward an apple. Each time it moves, the worm cuts the distance between itself and the apple by its own body length until the worm is close enough to enter the apple. The worm can enter the apple when it is within a body length of the apple. I am only looking for pseudocode.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
178250
OTA ID:
101298
Can someone write a constructor method for the class "Dog" that uses the "this reference" and explain what it does?
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
178288
OTA ID:
101298
Please see attached file.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
179635
OTA ID:
101298
<< Prev Showing: 86-90 of 101 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-101 ·Page generated in 0.0132 seconds