Solved


Mile to Kilometer
x is mile and y is km

2 years ago

Solved


Power Numbers
Find the n-th power of m.

2 years ago

Solved


divide by 5

2 years ago

Solved


NaN

2 years ago

Solved


Values in Array
How many values are in the array

2 years ago

Solved


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

2 years ago

Solved


Square
square root of x

2 years ago

Solved


square root
Find square root of given number

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


Volume of Cylinder
Find the volume of a cylinder

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


print 'Hello W0rld'

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


A times B
A times B

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


Draw a '5' in a zero matrix!

2 years ago

Solved


Draw a '9' in a zero matrix!

2 years ago

Load more