Im trying to write a program that will scan both characters and numbers from a user then put the number into an array or call another function based on the user input.
For example the user will type 'Insert 3' and this will call the function to put 3 into an array. my problem is im not sure how to read the letters as letters and evaluate them so i know which function to call and at the same time read the number as a number and put it into an array.
Im not sure how clearly im explaining things but im stuck and i have absolutely no idea how to start this. I haven't written any code for this part as yet cause i don't know how to solve the problem in my head so i don't know what i should be coding. If someone can point me in the right direction i would really appreciate it.