University of Delaware

CISC105 - General Computer Science

Lab #7

Structures

  1. Goals

    This lab is an exercise to familiarize you with the C Language concept of Structures. You will need to perform the following:

  2. Structure Exercise

    Create a program that performs the following facilitating the use of structures:

Please enter the following records in the order shown:

	EMP#		HOURS		RATE
	=====		======		=====
	2173		    40           5.00 
	6925		    37		 5.25 
	4732		    20		 7.25 
	8641		    40		 8.25 
	9732		    40		25.00
	1378		    25		 9.50 
	5937		    36		10.00
	4188		    38		15.00
	5264		    40		12.75
	3343		    30		13.00