Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

29 days ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

29 days ago

Solved


to the 2 all elements
to the 2 all elements

1 month ago

Solved


Double all elements in the array
Duplicate all elements in the array

1 month ago

Solved


Converts numbers into characters
Converts numbers into characters

1 month ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

1 month ago

Solved


Find the max element of the array
Find the max element of the array

1 month ago

Solved


calculate the length of matrix
input 1 array, calculate the length

1 month ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

1 month ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

1 month ago

Solved


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

1 month ago

Solved


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

1 month ago

Solved


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

1 month ago