Community Profile

photo

z cy


Last seen: 6 months ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Thankful Level 3

View badges

Feeds

View by

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago