문제를 풀었습니다


Basic arrays operations.
Apply element-by-element binary operation 'fun' to two arrays (A and B).

8개월 전

문제를 풀었습니다


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

8개월 전

문제를 풀었습니다


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

8개월 전

문제를 풀었습니다


Draw a '8' in a zero matrix!

8개월 전

문제를 풀었습니다


Mass Conversion 1

8개월 전

문제를 풀었습니다


num to char
make num into char

8개월 전

문제를 풀었습니다


Prime Number
Determine if a number is prime

8개월 전

문제를 풀었습니다


Remainder
Given two number a and b find the remainder when you divide a by b

8개월 전

문제를 풀었습니다


Add two numbers
Given two numbers a and b add them together

8개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

8개월 전

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

8개월 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

8개월 전

문제를 풀었습니다


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개월 전

문제를 풀었습니다


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

10개월 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

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개월 전