I need to use a nested loop to print the following output but an unsure how to do it with the two zeros printing after the 9. Any help appreciated. Need to print:
1122334455667788990011223344556677889900
Thanks. This is a method that I wrote, but I had to print the zeros as literals in a separate print statement. I know that there must be a better algorithm.