Spring 2020 - CS101 - 3
Spring 2020 - CS101 - 3
You should consult the recommended books to clarify your concepts as handouts are not
sufficient. You are supposed to submit your assignment in .doc or docx format. Share your Code
in MS Word file. Any other formats like scan images, PDF, zip, rar, ppt and bmp etc will not be
accepted.
OBJECTIVE
Objective of this assignment is to increase the learning capabilities of the students about:
Assignment statement
Control structure (if-statement)
Control structures (loops)
NOTE
No assignment will be accepted after the due date via email in any case (whether it is the case of
load shedding or internet malfunctioning etc.). Hence refrain from uploading assignment in the
last hour of deadline. It is recommended to upload solution file at least two days before its closing
date.
If you find any mistake or confusion in assignment (Question statement), please consult with your
instructor before the deadline. After the deadline, no queries will be entertained in this regard.
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.