已解决


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

5 months 前

已解决


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

5 months 前

已解决


Draw a '0' in a one matrix!

5 months 前

已解决


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

6 months 前

已解决


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

6 months 前

已解决


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

6 months 前

已解决


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

6 months 前

已解决


Convert radians to degrees
Given input in radians, output to degrees

6 months 前

已解决


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

6 months 前

已解决


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

6 months 前

已解决


radius of a spherical planet
You just measured its surface area, that is the input.

6 months 前

已解决


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

6 months 前

已解决


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

6 months 前

已解决


Mass Conversion 1

6 months 前

已解决


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

6 months 前

已解决


Temperature Conversion 2

6 months 前

已解决


Temperature Conversion 1

6 months 前

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

6 months 前

已解决


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

6 months 前

已解决


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

6 months 前

已解决


Total energy

6 months 前

已解决


Potential energy calculation

6 months 前

已解决


Kinetic energy calculation

6 months 前

已解决


Laws of motion 1

6 months 前

已解决


Laws of motion 2

6 months 前

已解决


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

6 months 前

已解决


Laws of motion 5
Calculate the force is u are given mass and acceleration.

6 months 前

已解决


Laws of motion 6

6 months 前

已解决


Laws of motion 3

6 months 前

已解决


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

6 months 前

加载更多