Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CS-101 L, Programming Fundamentals (Labs) Fall 2022 Semester, BS-CS

Lab 8, Maximum Marks = 5


Dated: 03.12.2022, DUE DATE: 10.12.2022

============================================================
Objective(s):
1. Understanding the syntax (structure), implementation logic and functional abilities of do
while loop.

Lab Exercises (Please Code yourself and show the output to instructor):
1. Write a program that allow user to enter choice from available menu list. The program
keeps asking from user until the user order a valid item from menu list. The menu list is:
a. B  Burger
b. C Chicken
c. S  Soup
2. Write a program to allows a user to keep inputting a character until an exclamation mark
was not entered.

You might also like