1
Answer

how to generate hotel bill by using arrays in c#

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)