Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

2 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:...

6 years ago