about | help | code help+videos | done | prefs |
Given a two-digit positive integer and a one-digit positive integer, return the partial products expression. For example, given the inputs 23 and 9, return the expression '180 + 27' partialProducts(53, 5) → '250 + 15' partialProducts(81, 2) → '160 + 2' partialProducts(12, 9) → '90 + 18' ...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: 150 Post-solution available
Copyright Nick Parlante 2017 - privacy