}+name: string+viewSalesOrder()classProduct{classPayment{+paymentMethod: string+productID: intclassDiagram+paymentID: int+purchaseID: int+date: date+viewProducts()classAdmin{classCustomer{Admin -->SalesReport:"generates"classPurchase{+generateSalesReport()+manageProducts()}classSalesReport{+profitLoss: float}+totalSales: float+comparePrices()}}User<|--Admin+supplier: stringAdmin -->Product :"manages"classUser {}}+quantity: int+stockLevel: int+timePeriod: string+login()+register()+amount: float+paymentDate: date+supplierDetails: stringCustomer-->Product :"views"+price: floatCustomer-->Payment :"makes"User <|--Customer+makePayment()Customer-->Purchase: "records"}+name: string+viewSalesOrder()classProduct{classPayment{+paymentMethod: string+productID: intclassDiagram+paymentID: int+purchaseID: int+date: date+viewProducts()classAdmin{classCustomer{Admin -->SalesReport:"generates"classPurchase{+generateSalesReport()+manageProducts()}classSalesReport{+profitLoss: float}+totalSales: float+comparePrices()}}User<|--Admin+supplier: stringAdmin -->Product :"manages"classUser {}}+quantity: int+stockLevel: int+timePeriod: string+login()+register()+amount: float+paymentDate: date+supplierDetails: stringCustomer-->Product :"views"+price: floatCustomer-->Payment :"makes"User <|--Customer+makePayment()Customer-->Purchase: "records"

Untitled Bingo - Call List

(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  1. }
  2. +name : string
  3. +viewSalesOrder()
  4. class Product {
  5. class Payment {
  6. +paymentMethod : string
  7. +productID : int
  8. classDiagram
  9. +paymentID : int
  10. +purchaseID : int
  11. +date : date
  12. +viewProducts()
  13. class Admin {
  14. class Customer {
  15. Admin --> SalesReport : "generates"
  16. class Purchase {
  17. +generateSalesReport()
  18. +manageProducts()
  19. }
  20. class SalesReport {
  21. +profitLoss : float
  22. }
  23. +totalSales : float
  24. +comparePrices()
  25. }
  26. }
  27. User <|-- Admin
  28. +supplier : string
  29. Admin --> Product : "manages"
  30. class User {
  31. }
  32. }
  33. +quantity : int
  34. +stockLevel : int
  35. +timePeriod : string
  36. +login()
  37. +register()
  38. +amount : float
  39. +paymentDate : date
  40. +supplierDetails : string
  41. Customer --> Product : "views"
  42. +price : float
  43. Customer --> Payment : "makes"
  44. User <|-- Customer
  45. +makePayment()
  46. Customer --> Purchase : "records"