Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - Salary plan after deducting fixed tax.
Salary plan after deducting fixed tax.
# include & ltstdio.h & gt

struct? man

{

//Structure can meet your requirements without defining an integer array.

Charles? Name [10];

int? Gibbon; //basic salary

int? Gold iron; //allowance

int? Mouth out;

int? Yingfa;

};

int? Master ()

{

struct? Men? w[5]={

{"Li Hong", 3200, 1200, 0,4400? }, {"Zhang Hua", 5800, 1800, 105, 7495},

{"Wang Qingqing", 4680, 1360,105,5935}, {"Li Fei", 7600,2300,555,9345},

{"lin li", 4560, 1300, 105, 5755}};

int? Me;

for(I = 0; I<5; i++)

printf("%s? %d\n ",w[i]。 Name, w[i]. Yingfa);

}