|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
program using methods
Posted by Scott on October 11, 2000 at 6:09 PM
i have to write a program for class using three methods. one of the methods consists of asking the user what if they want a small,medium,or large pizza and gives prices for each. then the user is asked to pick a topping from 10 toppings and for each topping chosen it is an additional 6% on the original pizza price. can you help me put this into methods and figure out a final price. thanks
Replies:
|