Code:
int pol_num;//policy number
string pol_hol;//policy holder
int eff_date;//effective date of policy
int exp_date;//expiry date of policy
float ins_prem;//premimum for the policy
Code:
string per_name;
int per_age;
string fl_address;
string sl_address;
string occupation;
may be you can put them into struct.... so it will be much more elegant...