Community Profile

photo

Mahemuti Bulibuli


Active since 2016

Statistics

All
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Content Feed

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago

Answered
Matlab jokes or puns
while I_was_young pause(100 years); end

7 years ago | 0

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

8 years ago