1
Reply

how to generate hotel bill by using arrays in c#

ramakotaiah patti

ramakotaiah patti

Jan 4 2017 4:29 AM
246
write a program to display hotel bill ...(by using arrays only)
expected output is:
item no       item name      quantity      cost           total
..........................................................................................
1001           idly                     2               40            80 
1002           dosa                   3               30            90
 
plz provide the how to do the code and explain  each and every line....

Answers (1)