Risolto


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

circa un anno fa

Risolto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

circa un anno fa

Risolto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

circa un anno fa

Risolto


Draw a '8' in a zero matrix!

circa un anno fa

Risolto


Mass Conversion 1

circa un anno fa

Risolto


num to char
make num into char

circa un anno fa

Risolto


Prime Number
Determine if a number is prime

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


Subtraction
Given two numbers a and b subtract them

circa un anno fa

Risolto


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

circa un anno fa

Risolto


Multiplication
Given 2 numbers a and b mulitply them

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa