Do You to CS101 Assignment No 3 Spring 2020 Solution File?
CS101 Assignment No. 3 Spring 2020
Students, Download the CS101 Assignment No. 3 Spring 2020 Solution File in Ms Word. Docx file. You can download file end of the page. Before submission reading Assignment Instructions Carefully.
Last Date of Submission is 05-August-2020.
Note: Submit your code in Ms. Word File.
CS101 Assignment No. 3 Spring 2020 File
CS101 Assignment No. 3 Spring 2020 Download
Assignment File of CS101
OBJECTIVE
Objective of this assignment is to increase the learning capabilities of the students about:
• Assignment statement
• Control structure (if-statement)
• Control structures (loops)
Question Statement
You are required to make a bill calculator application for a fast food restaurant. The restaurant offers some foods, that can be ordered by customers. Customer can order any number of items. You should design a program to calculate bill accordingly.
Program should add 19% GST to the stated order by your customer. If the customer’s bill is greater than 1000 rupees, the restaurant will give 5% discount on complete calculated bill.
You program must show the complete order details along with GST calculations, Discount (if applicable) and final amount.
To design/code, please follow the stated steps:
1. Your program must show menu items on the program startup:
a) Pizza (Rs 999)
b) Burger (Rs 250)
c) Sandwich (Rs 150)
d) Paratha Roll (Rs 200)
2. Program must ask quantity for each item and calculate its total price.
3. Program will add 19% GST to the bill and Calculate total Bill.
4. Program will offer/give 5% discount if total bill is greater than 1000 Rs.
5. Show the payment along with all calculation (price, GST, discount) in proper format.
CS101 Assignment No. 3 Spring 2020 Full solution Download.
Download CS101 Assignment No. 3 Spring 2020
Download CS101 Assignment No. 3 Spring 2020 File
CS101 Assignment No. 3 Spring 2020 Download
CS101 Assignment No. 3 Spring 2020 Full solution Download.
Download CS101 Assignment No. 3 Spring 2020
Download CS101 Assignment No. 3 Spring 2020 File Uploaded.
CS101 Assignment No. 2 Spring 2020 Solution File Link.
Download: Solution File Click Here.
Download: Source Code File Click Here.
Note: Don't forget to changing in assignment file before submitting