I have written a program that calculates the first 100 pentagonal numbers. The problem is that I am supposed to output the answers with 10 answers on each line of the output. I have no idea how to do this. I am guessing that I would want to write a loop and format the output in the loop??? Is any other way to format the output without writing another loop? Here is what I have so far...
Peter Haugen
Greenhorn
Joined: Feb 08, 2013
Posts: 12
posted
0
Bear Bibeault wrote:Please be sure to use code tags when posting code to the forums.
Thanks for letting me know and I will be sure to do this in the future.