about | help | code help+videos | done | prefs |
Given two one-digit positive integers, return a two-digit integer consisting of the first integer followed by the second integer. The first digit will not be 0. twoDigitNumber(3, 4) → 34 twoDigitNumber(2, 3) → 23 twoDigitNumber(1, 9) → 19 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy