实例作用:循环输入5位员工信息,按格式显示对应的内容,并计算工资最高的员工信息。 效果图: 实例代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; usi