已解决


Mile to Kilometer
x is mile and y is km

1 year 前

已解决


Power Numbers
Find the n-th power of m.

1 year 前

已解决


divide by 5

1 year 前

已解决


NaN

1 year 前

已解决


Values in Array
How many values are in the array

1 year 前

已解决


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

1 year 前

已解决


Square
square root of x

1 year 前

已解决


square root
Find square root of given number

1 year 前

已解决


Array Height (no usage of size)
Find the array height, the number of rows. Size may not be used.

1 year 前

已解决


Array Width (no usage of size)
Find the array width. Size may not be used.

1 year 前

已解决


For a rectangle, if x is the length and 2x is width. Then find out x from the area of the rectangle?
For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle? if the area is equal...

1 year 前

已解决


Get the area of ​​the square.
Four circles are inscribed in the square ABCD. The perimeter of each circle is *aπ*. <<http://imgfz.com/i/UzgCJut.png>> Gi...

1 year 前

已解决


Volume of Cylinder
Find the volume of a cylinder

1 year 前

已解决


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

1 year 前

已解决


Calculate the answer to life the universe and everything
<https://en.wikipedia.org/wiki/42_(number)>

1 year 前

已解决


print 'Hello W0rld'

1 year 前

已解决


Add Even and Subtract Odd Numbers in an Array
For an input array, add all the even values and subtract the odd values. This final value is the output. E.g. input = [1 2 3 4...

1 year 前

已解决


Odd times 3
Given a input matrix x, multiply all odd values by 3. Even values remain the same. example: x = [1 2 3 4 5;... 6 7...

1 year 前

已解决


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

1 year 前

已解决


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

1 year 前

已解决


A times B
A times B

1 year 前

已解决


Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.

1 year 前

已解决


Matrix symmetry
Given a matrix A = [1 2 3; 4 5 6] Flip it horizontally and vertically to obtain a complete reversal of both rows and columns. ...

1 year 前

已解决


Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.

1 year 前

已解决


Find sum of alternate numbers in a vector
Find sum of alternate numbers in a vector starting from index 1

1 year 前

已解决


Find cross product of 2 vectors
Find cross product of 2 vectors

1 year 前

已解决


Multiply by 5
Given an input x (scalar), multiply it by 5.

1 year 前

已解决


Draw a '5' in a zero matrix!

1 year 前

已解决


Draw a '9' in a zero matrix!

1 year 前

加载更多