Just started a programming class a few months ago, and I'm going over some review questions for a test. I'm not sure how to tackle this one. We have to format a few lines of text.
So something that looks like this: 2002/Bourne Identity/Action/1:58
Will have to look like this: 2002 - Bourne Identity Action 118 minutes
There are a few of these, and then we have to add up the total running time for each genre. Would I be right in using the split function here?
Thanks