NAME of program multiple.c ---------------------------------------------------------------- This program reads in two integers and determines and prints if the first is a multiple of the other or not. ---------------------------------------------------------------- CODER: Cody Haxter How to compile: gcc multiple.c -o multiple OR use the included makefile make multiple How to run: multiple