the numbers that i have for my output dont line up. For example ill run the code and it will give me
11245...158
14652...89
19832...373
20014...243
but i need the right columns to be moved up one row so its
11245...89
14652...373
19832...243
20014...200
any ideas?
Try investigating where that 153 is coming from. It' very hard for us to help because we don't know the contents of that Quizzes.dat file.
By the way, in file paths prefer forward slashes over backward slashes - you don't have to escape them and all modern OSes accept forward slashes (even Windows).