Write a C program that asks the user for an integer value, and outputs whether or not this integer is a multiple of 2, 3, 4, 5, 6, 7, 8, or 9.
Put your program in a file called StudentNumber_StudentName_ASD1_Homework01.c. For example, if your student number is 242438187709 and your name is Mohammed Ali, your file name should be 242438187709_MohammedAli_ASD1_Homework01.c.
Make sure your file is .c, not .c.txt, nor .txt, nor .pdf, nor .png, etc.