Write a class that will hold the following information: name (first and last name should each be stored in string variables), ID Number (you will generate these (1-25 is fine) and they should be sequential), pay rate (a percentage in the form of a decimal), and base pay (an integer). Create a file of names to read in both the first and last name of each of your fictional employees, assigning each one an id number at the same time

Q&A Education