0% found this document useful (0 votes)
6 views1 page

Split 20250408 1248 2

The document presents a menu for Indian Non-Veg Dishes with prices listed for various items. It includes a loop for placing orders where users can select a dish and specify the quantity, calculating the total amount accordingly. Additionally, there is a section for Chinese Dishes with their respective prices, but the details are incomplete.

Uploaded by

rohitsingh57395
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Split 20250408 1248 2

The document presents a menu for Indian Non-Veg Dishes with prices listed for various items. It includes a loop for placing orders where users can select a dish and specify the quantity, calculating the total amount accordingly. Additionally, there is a section for Chinese Dishes with their respective prices, but the details are incomplete.

Uploaded by

rohitsingh57395
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

System.out.println("WelcometoIndian Non-Veg Dishes!

");
System.out.println("Indian Non-Veg Dishes\t\t\t\tPriceinRs.");
System.out.println("1.Chicken TikkaMasala\t\t\t\t\t180");
System.out.println("2.Chicken TikkaLabadar\t\t\t\t\t180");
System.out.println("3.Chicken Bharta\t\t\t\t\t150");
System.out.println("4.Kadahi Chicken\t\t\t\t\t160");
System.out.println("5.Mughlai Chicken\t\t\t\t\t160");
System.out.println("6.Murg NavratanKorma\t\t\t\t\t180");
System.out.println("7.Chicken DoPyaza\t\t\t\t\t170");
System.out.println("8.Murg Masallam\t\t\t\t\t\t170");
System.out.println("9.Mutton RoganJosh\t\t\t\t\t190");
System.out.println("10.Prawn Malai Curry\t\t\t\t\t190");
System.out.println("11.FishSarsowala\t\t\t\t\t140");
System.out.println("12.FishDhaniawala\t\t\t\t\t160");
choice="Y";
while(choice.equalsIgnoreCase("Y")){
System.out.println("Choosetheorder by entering number:");
vfd=sc.nextInt();
System.out.println("Enter the quantity:");
tvfd=sc.nextInt();
if(vfd==1||vfd==2)
amt=tvfd*180;
if(vfd==3)
amt=tvfd*150;
if(vfd==4||vfd==5||vfd==6||vfd==12)
amt=tvfd*160;
if(vfd==7||vfd==8)
amt=tvfd*170;
if(vfd==9||vfd==10)
amt=tvfd*190;
if(vfd==11)
amt=tvfd*140;
tamt1=tamt1+amt;
System.out.println("Doyouwant toplacemoreorder? Enter Y/N");
choice=sc.next();
}
} if(str.equalsIgnoreCase("C")){
System.out.println("WelcometoChineseDishes!");
System.out.println("ChineseDishes\t\t\t\tPriceinRs.");
System.out.println("1.Schezwan FriedRice\t\t\t\t240");
System.out.println("2.Schezwan Chicken\t\t\t\t280");
System.out.println("3.Chilly Chicken\t\t\t\t280");
System.out.println("4.Chicken Noodle\t\t\t\t210");

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy