Problem:
Question 1- Write a C program that reads a sequence of nine digit numbers from a file and outputs each number with a message indicating whether it is or is not a valid SIN.
Question 2- Using a loop, create a vector called x that contains 401 equally spaced points, starting at 10 and ending at +10.
Show the code, demonstrate it works properly and describe what it is doing.