Suppose a text file called myDates.txt contains this line of text:
1999 2000 2001 2002
Modify the program in the previous exercise so that it reads the data from this file as integers and immediately prints them out onto the screen, like this:
Output:
1999200020012002
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.