I know this sounds so dumb but I just don't know what should I do with it.
So I need to read some data from a txt file, there are some names and integers on each line. Like this
Robert 80 90 100 90 80 76 90 90 100 80 85
My question is how to read the names and integers separately and store them in arrays.