about | help | code help+videos | done | prefs |
Given a list of integers, return a list of those numbers squared and the product added to 10, omitting any of the resulting numbers that end in 5 or 6. square56([3, 1, 4]) → [19, 11] square56([1]) → [11] square56([2]) → [14] ...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: 226
Copyright Nick Parlante 2017 - privacy