fork download
  1. #include<iostream>
  2. #include<iomanip>
  3. #include<cmath>
  4. #include<fstream>
  5. #include<algorithm>
  6. #include<string>
  7. using namespace std;
  8. int sizeOfPro=0;
  9. struct menu
  10. {
  11. string product, pices,id,price,discont;
  12. } ;
  13. double calculate (menu arr[])
  14. {
  15. double sum=0;
  16. for (int i =0 ; i<sizeOfPro; i++)
  17. {
  18. double pri= stod(arr[i].price), num=stod(arr[i].pices),dis=stod(arr[i].discont );
  19. if(dis>0)
  20. sum +=(pri*num)-(pri*num)*(dis/100);
  21. else
  22. sum+=pri*num;
  23. }
  24. return sum;
  25. }
  26. void add_request(menu arr [])
  27. {
  28. bool d =false, n= false, p=false , b=false,cos=false;
  29. int c=0,f=0;
  30. cout<<"\n please id of item ";
  31. cin>>arr[sizeOfPro].id;
  32. for (int j=0;j<sizeOfPro;j++)
  33. {
  34. if (arr[j].id!=arr[sizeOfPro].id)
  35. continue;
  36. else
  37. {
  38. c++;
  39. d=false;
  40. break;
  41. }
  42. }
  43. if(c==0)
  44. {
  45. for (int i=0 ;i<arr[sizeOfPro].id.size();i++)
  46. {
  47. if (arr[sizeOfPro].id[i]<='9'&&arr[sizeOfPro].id[i]>='0')
  48. d=true;
  49. else
  50. {
  51. d=false;
  52. break;
  53. }
  54. }
  55. }
  56. cout <<"\n enter name item you want ";
  57. cin>>arr[sizeOfPro].product;
  58. {
  59. for (int i=0 ;i<arr[sizeOfPro].product.size();i++)
  60. {
  61. if (arr[sizeOfPro].product[i]>='A'&&arr[sizeOfPro].product[i]<='Z'||arr[sizeOfPro].product[i]>='a'&&arr[sizeOfPro].product[i]<='z')
  62. {
  63. n=true;
  64. }
  65. else
  66. {
  67. n=false;
  68. break;
  69. }
  70. }
  71. }
  72. cout<<"\nenter price of this item ";
  73. cin>>arr[sizeOfPro].price;
  74. if (arr[sizeOfPro].price=="0")
  75. p=false;
  76. else
  77. { for (int i=0 ;i<arr[sizeOfPro].price.size();i++)
  78. {
  79. if ((arr[sizeOfPro].price[i]<='9'&&arr[sizeOfPro].price[i]>='0')||arr[sizeOfPro].price[i]=='.')
  80. {
  81. p=true;
  82. }
  83. else
  84. {
  85. p=false;
  86. break;
  87. }
  88. }
  89. }
  90. cout<<"\nenter number of pieces you want ";
  91. cin>>arr[sizeOfPro].pices; // add product and how many pieces and there prises
  92. if (arr[sizeOfPro].pices=="0")
  93. {
  94. b=false;
  95. }
  96. else
  97. {for (int i=0 ;i<arr[sizeOfPro].pices.size();i++)
  98.  
  99. {
  100. if ((arr[sizeOfPro].pices[i]<='9'&&arr[sizeOfPro].pices[i]>='0')||arr[sizeOfPro].pices[i]=='.')
  101. {
  102. b=true ;
  103. }
  104. else
  105. {
  106. b=false;
  107. break;
  108. }
  109. }
  110. }
  111. cout<<"\n enter your discont ";
  112. cin>>arr[sizeOfPro].discont;
  113. for (int i=0 ;i<arr[sizeOfPro].pices.size();i++)
  114. {
  115. if ((arr[sizeOfPro].discont[i]<='9'&&arr[sizeOfPro].discont[i]>='0')||arr[sizeOfPro].discont[i]=='.'||arr[sizeOfPro].discont[i]=='%')
  116. {
  117. cos=true ;
  118. }
  119. else
  120. { f++;
  121. cos=false;
  122. break;
  123. }
  124. }
  125. if (f==0)
  126. {
  127. if (stod(arr[sizeOfPro].discont)<100)
  128. cos=true;
  129. else
  130. cos=false;
  131.  
  132. }
  133.  
  134. if (d==true &&p==true &&n==true&&b==true &&cos==true)
  135. {
  136.  
  137. sizeOfPro++;
  138. }
  139. else if(d==false ||p==false ||n==false||b==false||cos==false)
  140. {
  141. if (d==false)
  142. cout<<"id ";
  143. if (n==false)
  144. cout<<" product ";
  145. if (p==false)
  146. cout<<" price";
  147. if (b==false)
  148. cout<<" pices";
  149. if (cos==false)
  150. cout<<" discont";
  151. cout<<"\ the error again\n";
  152.  
  153. }
  154. }
  155. void delet(int itemdel,menu arr[])
  156. {
  157. bool sign=false;
  158. for (int i=itemdel-1;i<sizeOfPro;i++)
  159. {
  160. arr[i]=arr[i+1];
  161.  
  162. sign=true ;
  163. }
  164. if ( sign==true)
  165. {
  166. cout<<"\n done delete the item successfully\n";
  167. sizeOfPro--;
  168. }
  169. else
  170. cout<<"\nwe donot find thise item\n ";
  171. }// take number of item want to delete and the list
  172. void the_list(menu arr[],string a)
  173. {
  174. int b=sizeOfPro;
  175. if(b>0)
  176. {cout<<"\n the name :"<<a;
  177. if (sizeOfPro>=0)
  178. {
  179. for (int i =0 ; i<sizeOfPro; i++)
  180. cout<<"\nthe id of item : \t"<<arr[i].id<<" the item name: \t"<<arr[i].product<<" the price:\t"<<arr[i].price<<" number of pices:\t "<<arr[i].pices<<"the discont\t"<<arr[i].discont<<"\n_________________________________________________"<<endl;
  181. }
  182. }
  183. else
  184. cout<<"\n No requests yet\n ";
  185. }
  186. menu arr[10000];
  187. int main ()
  188. {
  189. string name,y;
  190. char x ;
  191. int e=0;
  192. cout<<"\n please enter your name ^_^ \n";
  193. cin>>name;
  194. menu arr[1000];
  195. do
  196. {
  197. system("pause");
  198. system("Color B2");
  199. system("CLS");
  200. cout <<"\n ^ _ ^ Welcome in my Resturant ^ _ ^ \t"<<name<<"\n";
  201. cout << "\n 1:to add element";
  202. cout <<"\n 2:to deldete element ";
  203. cout<<"\n 3: to show the list of item ";
  204. cout<<"\n 4: to calculate the total bill";
  205.  
  206. cout <<"\n 5: to exite";
  207. cout << "\n what is your next option ";
  208. cin>>x;
  209. x=x-'0';
  210. switch (x)
  211. {
  212. case 1: system("Color B2"),add_request(arr) ; break;
  213. case 2:
  214. {
  215. system("Color B2");
  216. cout<< " the number of you want delet : ";
  217. cin>>y ;for (int i=0 ; i< y.size();i++)
  218. {if (y[i]<='9'&&y[i]>='0')
  219. continue;
  220. else
  221. { e++;
  222. break;
  223. }
  224. }
  225. if (e==0&&stoi(y)>0)
  226. delet(stoi(y),arr);
  227. else
  228. cout<<"\n try again ^ _ ^\n";
  229.  
  230. }
  231. case 3: the_list(arr,name);break;
  232. case 4:{ system("Color B2");
  233. the_list(arr,name);
  234. cout<<"bill = \t"<<calculate(arr)<<"\nthank you ^_^ \n";
  235. break;
  236. }
  237. case 5 : return 0;break ;
  238. default :cout << "error\n";
  239. }
  240. }
  241. while (true);
  242. return 0;
  243. }
Runtime error #stdin #stdout #stderr 0.02s 16840KB
stdin
Standard input is empty
stdout
 please enter your name ^_^ 

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show the list of item 
 4: to calculate the total bill
 5: to exite
 what is your next option error

          ^ _ ^  Welcome in my Resturant ^ _ ^ 	

 1:to add  element
 2:to deldete element 
 3: to show t
stderr
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found
sh: 1: pause: not found
sh: 1: Color: not found
sh: 1: CLS: not found