Write a program and include the following methods. The program reads in names and ages (use 2 parallel arrays, maximum size 50) from a file called Stuff.dat. Print both arrays, find the lowest age and print out the corresponding name. No loop or switch is necessary. The format of the file is: name1 age1 age2 age2 ,for example: Sue 57 Chad 52 Anna 71 ... (assume no blanks in names, any number of entries)