I'm currently in an introductory class and I have to write a program to convert dec to hex, binary, and octal using arrays and then write to a text file. I can write to one normally but this is the first time I have with several functions and keep getting compiler errors. Below is the conversion of octal and it will take inputs but I receive errors on outputting and it says outFile is not declared. Sorry for the long length of the copied code and thanks for any help you can provide.