ok so now i have a char b[100] that is=1,2,3,4,5
I need to write a while loop that goes through and gets each of the numbers into a separate tempary variable temp
then covert the number to int.
then puts then each into a dynamic array a[n]
what do i put in the while look so it ends...