解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


add num
add two numbers a and b

11ヶ月 前

解決済み


num to char
make num into char

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


Multiplication
Given 2 numbers a and b mulitply them

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


Subtraction
Given two numbers a and b subtract them

11ヶ月 前

解決済み


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

11ヶ月 前