Home Answers Viewqa Java-Beginners need someone do it for me plz..people

 
 


mahamat ali
need someone do it for me plz..people
1 Answer(s)      2 years and 3 months ago
Posted in : Java Beginners

write an application that displays a menue of three items in a restaurant as follows: 1.Cheeseburger 4.99 2.Pepsi 2.00 3.Chips 0.75 prompt the user to choose an item using the number (1,2,or 3) that corresponds to the item, or to enter 0 to quit the application.after the user makes the first selection, if the choice is 0, display a bill of $0.otherwise,display the menu again.the user should respond to this prompt with another item number to order or 0 to quit.if the user types0,display the cost of the single requested item.if the user types 1,2 or 3 add the cost of the second item to the first, and then display the menu a third time.if the user types 0 to quit,display the total cost of the two items;otherwise,display the total for all three selections.save the file as FastFood.java

B. modify the application in Exercise above so that if the user makes a menu selection he or she has already made, ignore the selection-that is,do not add a second price for the same item to the total.the user is still allowed only three entries.save the file as FastFood2.java

View Answers

February 12, 2011 at 5:54 PM


1)FastFood.java:

import java.util.*;
class  FastFood
{
    public static void main(String[] args) 
    {
        Scanner input=new Scanner(System.in);
        double price=0;
        boolean check=false;
        do{
        System.out.println("1 Cheeseburger");
        System.out.println("2 Pepsi");
        System.out.println("3 Chips");
        System.out.println("0 Exit");


        System.out.print("Enter choice: ");
        int choice=input.nextInt();

            switch(choice){
                case 1:
                    price+=4.99;
                break;
                case 2:
                    price+=2.00;
                break;
                case 3:
                    price+=0.75;
                break;
                case 0:
                check=true;
                break;
            }
        }
        while(!check);
System.out.println("Total Price: "+price);

    }
}









Related Pages:
need someone do it for me plz..people
need someone do it for me plz..people  write an application that displays a menue of three items in a restaurant as follows: 1.Cheeseburger 4.99... selection he or she has already made, ignore the selection-that is,do not add a second
need someone to do/help with code
need someone to do/help with code  i need someone to do a code for me. It is a restaurant menu that displays a list of 10 food items. A customer inputs what they want to eat and they receive back a total price for the order. Also
Can someone help me with this?
Can someone help me with this?  I have this project and i dont know how to do it. Can someone help me? please? Write a java class named "PAMA..., Multiply, Divide) Help me please! Thanks in advance!   import
Could someone Possibly help me with this
Could someone Possibly help me with this   think of a number and allow the user to guess it import java.util.*; public class ThinkNumber...(); } System.out.println("Correct!!!!!!!"); } } But when the code is run I do
help me to do it in jsp
help me to do it in jsp  if we click on a topic it should direct to another page in separate window i need to create a part of the web page which... to insert and update the topics via admin page. pls help me to do
PLZ Need some help on the 2nd part of this question...Someone please help !!!!
PLZ Need some help on the 2nd part of this question...Someone please help !!!!  write an application that displays a menue of three items... a menu selection he or she has already made, ignore the selection-that is,do not add
please i want someone to answer me pleeeeeeeeeeeeease...
please i want someone to answer me pleeeeeeeeeeeeease...    Write a JAVA program using 2D array to auto-grade exams. For a class of N students, your program should read letter answers (A, B, C, D) for each student. Assume
what is java and why do i need it?
what is java and why do i need it?  Hi, Please tell me what is Java and why do i need it? Is it free to download? Also explain me how to write and test my first Java Application? What is the configuration or system requirement
could someone help in this ........
could someone help in this ........  dear Sir/Mrs I'll be thankful for helping me on this ....... write a program that reads 10 numbers. find the largest number and count the occurrence of the largest number from a declared
Need someone to check and modify my simple code - Java Beginners
Need someone to check and modify my simple code   How to write a class that contains Variables that hold hourly rate of pay, number of hours worked. Display gross pay, withholding tax, which is 15% and net pay. I have tried
do the combinations in java, pls help me its urhent - Development process
do the combinations in java, pls help me its urhent  import... or condition5) ") p.evaluate(); } } i need the ouput as follows can any one help me: action when condition1 and condition3 action when condition1
Need help in java programming
Need help in java programming  Hello. Can someone please help me with writig the following programm. Assignment 20% Presentation 10% Mini Test...; do{ System.out.print("Please enter your choice: "); menu = input.nextInt
need
need  i need a jsp coding based project plz help me
need
and move that click to specified co-ordinates.please reply to me
need
and move that click to specified co-ordinates.please reply to me
Need Help in Java programming
Need Help in Java programming  Hello. Can someone please help me with writing the following program Java program that gives assignment details such as:assignment number,assignment name,due date,submission date,percentage marks
Need some help urgently
Need some help urgently  Can someone please help me with this below question. I need to write a class for this. If you roll Y standard six-sided dice... need to write a class for this where X and Y are passed as parameter. If someone
Convert Euro to dollar, need to be able to enter decimal!
. Can someone give me an example of how to fix my program so that a decimal would...Convert Euro to dollar, need to be able to enter decimal!  Hi, this is what my program is supposed to do: Write a program that repeatedly performs
Convert Euro to dollar, need to be able to enter decimal!
. Can someone give me an example of how to fix my program so that a decimal would...Convert Euro to dollar, need to be able to enter decimal!  Hi, this is what my program is supposed to do: Write a program that repeatedly performs
Hey Guys really need to learn - Java Beginners
u will use scanf(%d%d%d, & month, day, year). How can i do this in java? Someone can help me.. Thank you so much.   Hi Friend, There are lot...Hey Guys really need to learn  Im a java beginner and i want to know
do this for me plzz - Java Interview Questions
do this for me plzz  Given the no of days and start day of a month print the calender of that month . Startday will be given as integer... to print in the same line i.e., without printing a newline. 2)You do
hello there i need help
hello there i need help  : i need to do a program like... me with the codes and please explain to me how it works. i only need to use if else statements and do while beacause it is the lesson we are in to, please help
Need Help - Java Beginners
Need Help  Hello Sir, Am a beginner of Java. Also i did course on J2EE... but dont have any ideas about real time projects. But i want to do some projects in Java as well as J2EE... Can u help me and guide to do a project
I need to develop a gui like this
field Gained focus. then the list appear with some string values...someone please help me   sorry goes through this link I need to develop like...I need to develop a gui like this  Hai Friends, I need to develop
Need Help on the script
Need Help on the script  hello there, My name is Femi and am a web... dont know if you can help me out with it. The platform am building will receive..." without quotes, and it may be longer than that. Now how do i get it to my
PLZ HELP ME. i need php code.
PLZ HELP ME. i need php code.   I want php code for bellow OUTPUT. output is just example but it must be letters only. abc bcd efg jku rgt azs hje qqc wws adt
please help me here
please help me here  please show me how can this show the right output that i need please continue doing this program using only if else and do while...; do { if(a.equalsIgnoreCase(B)) { { JOptionPane.showMessageDialog
please help me here
please help me here  please show me how can this show the right output that i need please continue doing this program using only if else and do while...; do { if(a.equalsIgnoreCase(B)) { { JOptionPane.showMessageDialog
need a login applet in java
need a login applet in java  i'm java beginner. Can some java master teach me how to write a login applet? combine with my coding import... = "+df.format(amount)); String st=JOptionPane.showInputDialog(null,"Do you want
need a login applet in java
need a login applet in java  i'm java beginner. Can some java master teach me how to write a login applet? combine with my coding import... = "+df.format(amount)); String st=JOptionPane.showInputDialog(null,"Do you want
how do you parse by reference in java(with JGrasp)
question is how do you parse by reference in java(with JGrasp) please help me i...how do you parse by reference in java(with JGrasp)  i am a 1st year... in programming (imagine my program i need to write). thanks Patric Henning 0845165842
Why do the slashes change when the console gives me the error?
Why do the slashes change when the console gives me the error?   ..."; The console gives me back an error saying: java.io.FileNotFoundException: http...(Image.java:120) at java.lang.Thread.run(Thread.java:619) Why do the slashes change
pls. help me - Java Beginners
pls. help me  please help me i do need now if its okay... Consider the method headings: void funcOne(int[] alpha, int size) int funcSum(int... statements that do the following: a. Call the method funcOne with the actual
i need to answer this Question but i can't do it probably
i need to answer this Question but i can't do it probably   use the web to locate the lyrics to the traditional song"The Twelve Days of Christmas" the song contains a list of gifts received for the holiday.the list is cumulative
i need help - Development process
i need help  hello, i need help regarding this program. public..., guide me and how my program can take ping for every 5Minutes and store the result in to the files,if i want to do this i must make my program running
i have a problem to do this question...pls help me..
i have a problem to do this question...pls help me..  Write a program that prompts the user to input an integer and the output the number with the digits reversed. For example if the input is 12345, the output should be 54321
Need of ORM
Need of ORM  Why do you need ORM tools like hibernate
i need help - Development process
the result of ping in to a file . can anyone guide me how to do it please...i need help  hello, i need help regarding this program. this program gives ping to the system. import java.net.*; import java.io.*; import
inheritance....please help me friends...!!!... this is important project that i have to do it..
inheritance....please help me friends...!!!... this is important project that i have to do it..   Point ................. #x : int #y : int + Point() + Point(xCoordinate:int, YCoordinate:int) + getX() : int + getY() : int
i need latest oracle certified java dumps.. Pleas help me?
i need latest oracle certified java dumps.. Pleas help me?  i need latest oracle certified java dumps.. Pleas help me
Need Project
Need Project  How to develop School management project by using Struts Framework? Please give me suggestion and sample examples for my project
help me
help me  HI. Please help me for doing project. i want to send control from one jsp page to 2 jsp pages... is it possible? if possible how to do
need the answer vry urgently..plz help me...[plzzzzzzzz
need the answer vry urgently..plz help me...[plzzzzzzzz  the question... code...hpw to write in eclipse platform....plz plz mail me...to panda.pragnya7@gmail.com/panda_pragnya@yahoo.com...plz plz...help....me..it can change my lyfe
Need to Process 10 million XML in a second
million XML's per day and i need to do the below process within a minute by using java . The XML should be parsed (Any Parser DOM etc...). Need to do some... you please advice me how to do that in Java. Please advice me how to parse
Need help
Need help  Dear sir, I have a problem. How to write JSP coding, if a user select a value from drop down list for example department, the another drop.... This name list should get from the database. Please help me. By the way, I'm
help me
help me  Hi I'm loges. I'm doing my final year project now, I have some problem in my project and i need some help on it. NowI'm doing a site... button, and nationality I'm using dropdown list. Please help me. your kindness
help me
the flow of people , cars , airplanes , transactions , and so on . write a program... by pressing a key. you will need to determine how the customer will decide which line... in the beginning will ake the uesr to which system he/she wants to be transferred. plz
Help me
out from java output so how to do all dis
problem in writing coding. Please help me.
. Actually I'm doing a Voting System. I need to know how to write JSP coding for calculate how many person have choose a candidate. Do I need to create a table to save...problem in writing coding. Please help me.  Hi sir, my name
help me
help me  Create a GUI application that allows a user to select a text file (using the JFileChooser). The program will then allow the user to do... program should list all the line number where the word is found. To do

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.