Resuelto


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

11 meses hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

11 meses hace

Resuelto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

11 meses hace

Resuelto


Draw a '8' in a zero matrix!

11 meses hace

Resuelto


Mass Conversion 1

11 meses hace

Resuelto


num to char
make num into char

11 meses hace

Resuelto


Prime Number
Determine if a number is prime

11 meses hace

Resuelto


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

11 meses hace

Resuelto


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

11 meses hace

Resuelto


Subtraction
Given two numbers a and b subtract them

11 meses hace

Resuelto


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

11 meses hace

Resuelto


Multiplication
Given 2 numbers a and b mulitply them

11 meses hace

Resuelto


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

11 meses hace

Resuelto


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

11 meses hace

Resuelto


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 meses hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace