jam4u06
2012-01-27 07:31:24 UTC
for(int y = 0; y != length + 1; y++)
{
add decimal[y] to the end of NumberString
}
And i just can't seem to get the part inside the loop.
NumberString is the string i am trying to add the array of decimal to.