Gelöst


Mile to Kilometer
x is mile and y is km

11 Monate vor

Gelöst


Power Numbers
Find the n-th power of m.

11 Monate vor

Gelöst


divide by 5

11 Monate vor

Gelöst


NaN

11 Monate vor

Gelöst


Values in Array
How many values are in the array

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Square
square root of x

11 Monate vor

Gelöst


square root
Find square root of given number

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Volume of Cylinder
Find the volume of a cylinder

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


print 'Hello W0rld'

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


A times B
A times B

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Draw a '5' in a zero matrix!

11 Monate vor

Gelöst


Draw a '9' in a zero matrix!

11 Monate vor

Mehr laden