문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


add num
add two numbers a and b

10개월 전

문제를 풀었습니다


num to char
make num into char

10개월 전

문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

10개월 전

문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

10개월 전

문제를 풀었습니다


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

10개월 전