-
Notifications
You must be signed in to change notification settings - Fork 3
/
customer database.txt
20 lines (19 loc) · 2.15 KB
/
customer database.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
************************************************************************************************************************
* Customer Database *
************************************************************************************************************************
* *
* no. | name | age | phone number | acconut balance | bonus point *
* *
* 1 | John | 25 | 1234567890 | 1000 | 50 *
* 2 | Alice | 30 | 9876543210 | 2000 | 100 *
* 3 | Bob | 35 | 5555555555 | 1500 | 75 *
* 4 | Emma | 28 | 9999999999 | 1800 | 90 *
* 5 | Michael | 40 | 1111111111 | 1200 | 60 *
* 6 | Sophia | 32 | 4444444444 | 2500 | 125 *
* 7 | William | 27 | 6666666666 | 900 | 45 *
* 8 | Olivia | 31 | 2222222222 | 1700 | 85 *
* 9 | James | 29 | 8888888888 | 1400 | 70 *
* 10 | Emily | 33 | 3333333333 | 2200 | 110 *
* *
************************************************************************************************************************
Numbers of records: 10