Hi i am a begginer in learning computer science and i received a assignment question on arrays.
The question asks me to split the characterArray= joe,487 into two seperate variables, one is a variable called idArray where the numbers 487 will go, then i have to have three spaces for the comma and then the final variable is nameArray which the name joe should go.
my problem is that i do not know how to write this into a pseudocode algorithm.
any help would be greatly apreciated?