determine if
determine if the elements of a matrix is a nan and return true
9 years ago
Solved
find the 'M'
for an input x, return 1 at the location of the letter 'M'
9 years ago
Solved
cheating technique2
there are some ways to get hints just by looking at the test suits to cheat. try.
9 years ago
Solved
0, 2, 0, -2, 0, 2, 0, -2, ...
Generate the first n terms of a periodic sequence defined as
f(x) = 0, 2, 0, -2, 0, 2, 0, -2, ..., for x = 1, 2, 3, 4, 5, 6...
9 years ago
Solved
'Price of pizza!'
If you want to check pizza's price, try this!
price is proportional to its volume, so
you have to multiply 0.1($) to pizza's v...