Advertisement
Kenkaster001

HOA6class1

Sep 23rd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace HOA6
  8. {
  9. class Class1
  10. {
  11. public static double gen_ad = 0, lower_box = 0, patron = 0, total_bill = 0, final_bill = 0, discount_rate = 0;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement