Resuelto


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

alrededor de 1 año hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

alrededor de 1 año hace

Resuelto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

alrededor de 1 año hace

Resuelto


Draw a '8' in a zero matrix!

alrededor de 1 año hace

Resuelto


Mass Conversion 1

alrededor de 1 año hace

Resuelto


num to char
make num into char

alrededor de 1 año hace

Resuelto


Prime Number
Determine if a number is prime

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Subtraction
Given two numbers a and b subtract them

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Multiplication
Given 2 numbers a and b mulitply them

alrededor de 1 año 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 ...

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año 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 ...

alrededor de 1 año 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...

más de 1 año hace

Resuelto


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

más 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:...

más de 1 año hace