Problem 59751. Merge two integers
We want to merge the digits of two integers having the same number of digits to obtain a new integer whose digits are obtained by alternating the digits of the two integers. Example: if the given integers are 1234 and 8765, the result will be 18273645.
Complete the function merge(n1, n2) which, for n1, n2 given, returns the merged number.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6659 Solvers
-
swap sign sum & multiply castles
222 Solvers
-
find the maximum element of the matrix
534 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
588 Solvers
-
Matlab Basics - Absolute Value
664 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!