Hey guys hope you all had a great Thanksgiving.
I need some help again. I am writing a program that lets the user enter a number and then it is supposed to convert the number into long roman numeral and then short roman numeral. I need to create 2 parallel arrays of 20 elements each. one array must contain whole numbers and the other must contain strings.repeating steps until the arrays are full and repeating the value that the user put in to the next consecutive number. I have worked on it for some time and I think that I keep making it worse cause it will not work at all. This is what I have.