no spaces in output for example of MorePrimes!?
For the SDK 1.4 edition of the book page 128, the example MorePrimes produces an output of prime numbers. However, the output has no spacing to distinguish between one prime number and the next, giving you a single string of numbers and no spaces.:(
Is there a better way to write this program example that would produce legiable output without losing the purpose of the example code?
thanks,
Endamist
|