Write a program that inputs a 1×8 vector of single-digit integers and stores it into an 8-entry 32-bit Integer array, V It is not completely trivial to do this given the Syscalls available and the desired input format. Hint: It is best to use Read String rather than Read Integer and then convert from ASCII to integer before storing into the integer array, V. You can use the ASCII table in the book to
OR
OR