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

5 months ago

Solved


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

5 months ago

Solved


add num
add two numbers a and b

5 months ago

Solved


num to char
make num into char

5 months ago

Solved


sum numbers to some value n
sum of numbers up to a value n

5 months ago

Solved


Division
Given two numbers a and b divide them a/b

5 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

5 months ago

Solved


Greater than before
Given an array of integers, write a function that returns elements that are greater than the one before them. For instance, ...

5 months ago

Solved


Subtraction
Given two numbers a and b subtract them

5 months 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:...

5 months ago