Split 20250408 1248 2
Split 20250408 1248 2
");
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");