Solved


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

16 days ago

Solved


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

16 days ago

Solved


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

16 days ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

23 days ago

Solved


Exponents
Set a varible y = to x^2

23 days ago

Solved


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

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

23 days ago