当前位置:网站首页>C language -- Design of employee information management system

C language -- Design of employee information management system

2022-06-27 01:48:00 Pengpeng writes code

Employee information management system design


Employee information includes employee number 、 full name 、 Gender 、 Age 、 Education 、 Wages 、 address 、 Telephone, etc . Try to design an employee information management system , It can provide the following functions :
The system works as a menu :( enter by using the keyboard 1~6 Select the function by the number between )
(1) Employee information entry function ( Employee information is kept in file )
(2) Employee information browsing function
(3) Query function : Query by job number and education background
(4) Information deletion function : Delete by employee name
(5) Information modification function : Increase the wages of employees with graduate degrees 500 element .
(6) sign out .
Running results :
 Insert picture description here
 Insert picture description here

原网站

版权声明
本文为[Pengpeng writes code]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270128197316.html