14
name salary department gender
Ahmed 890 sales m
rana 1000 accounting f
waell 700 sales m
jamal 940 Mngment m
amal 688 sales f
suppose you have a listview called L1 that contains four columns
(name,salary, department,gender). AND you have four textboxes (T1,T2,T3,T4).
1- Write an add button1 procedure that read the data from the four text boxes and save the
data to listview 11.
2- write a button2 procedure that finds the average of salaries of the sales department and
show the result in messagebox? *