i am trying to make a simple program which will take a string with information "Name, age; Name, age; " and so on and will move it into an array of a data structure called Person (containing Name, age) any idea of how a loop that does that would look like?