CS250 Lab 8: Working with Records

Due Monday, April 6

Add to the chicken_types.s example so that it prints out the most common type of chicken each iteration of the main loop. The program should still print out the list of chickens so far, but also the most common type. The loop in print_chickens can be used as an example of how to iterate through the array of chickens.