Write a function that concatenates whole numbers.

For example:

numcat(111,222) should return 111222

numcat(1,2,3,4,5) should return 12345

Solution Stats

163 Solutions

83 Solvers

Last Solution submitted on Mar 20, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...