0% found this document useful (0 votes)
4 views2 pages

Java 2

The document outlines a Java program for an online pizza ordering chatbot. It collects customer details such as mobile number, address, email, and name, and allows them to choose between Veg and Non-Veg pizzas, select crust and size, and view their order summary with pricing. The program also offers the option to add another pizza and concludes with a delivery message and gratitude for choosing the pizza store.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Java 2

The document outlines a Java program for an online pizza ordering chatbot. It collects customer details such as mobile number, address, email, and name, and allows them to choose between Veg and Non-Veg pizzas, select crust and size, and view their order summary with pricing. The program also offers the option to add another pizza and concludes with a delivery message and gratitude for choosing the pizza store.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Write a java program implement the following chatbot online ordering of pizza

using control statements.

Ask the customers mobile number, address, email and name?

Then display like Welcome <name>!, D Pizza is the favourite pizza store around
your place.

What would you like to order?

Ask for Veg / Non Veg

Veg -> What would you like to have -> Veg Deluxe / Veg Supreme

Ask for the crust -> Thin / Pan


Ask for the Size -> Medium / Large

Displays the Order -> You have selected Veggie Deluxe -> Medium size with a thin crust
Price is Rs 550

Would you like to add another pizza? Yes/No

Yes -> Repeat the above process -> add the price of the second pizza and display total
along with other details as below

No -> Display message -> Pizza will be delivered in 30 minutes to the address and
our delivery guy will contact you on mobile number.

Thank you for choosing D Pizza, Enjoy your meal.

You might also like