Largest int from concatenated ints: Difference between revisions

Content added Content deleted
m (added whitespace to the task's preamble.)
m (added whitespace before required input integers.)
Line 6: Line 6:
Use the following two sets of integers as tests   and   show your program output here.
Use the following two sets of integers as tests   and   show your program output here.


* {1, 34, 3, 98, 9, 76, 45, 4}
:::::*   {1, 34, 3, 98, 9, 76, 45, 4}
* {54, 546, 548, 60}
:::::*   {54, 546, 548, 60}



<br>
<br>