Your code will always print an extra " + ", you can't just erase it.
You can fix this by putting in an if() statement to check if there is more numbers to output.

if(c == 49){ // int i=c; will...