已解决


easy problem
Find the last element of the array

3 years 前

已解决


Multiply pi
Multiply pi with x!

3 years 前

已解决


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

3 years 前

已解决


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

3 years 前

已解决


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

3 years 前

已解决


Perimeter of a Triangle

3 years 前

已解决


Print true if
all elements are larger than 5 a=[1 3 5 8 6]; b=[6 6 6 6 6]; function(a) should be false, and function(b) will be tru...

3 years 前

已解决


Surface area of a cone

3 years 前

已解决


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

3 years 前

已解决


Circle : Square

3 years 前

已解决


Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.

3 years 前

已解决


Square a Number
Given an input x, return y, which is equal to the square of x.

3 years 前

已解决


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

3 years 前

已解决


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

3 years 前

已解决


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

3 years 前

已解决


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

3 years 前

已解决


Acid and water
⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ Assume that there is a 100 liter tank. It is initially fi...

3 years 前

已解决


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

3 years 前

已解决


Cannon Ball
Given g (acceleration due to gravity) and desired altitude x, find the minimum ground velocity of a cannon ball to reach x.

3 years 前

已解决


Remnant

3 years 前

已解决


Swap

3 years 前

已解决


PIN code

3 years 前

已解决


F.R.I.E.N.D.S

3 years 前

已解决


Card games

3 years 前

已解决


NaN

3 years 前

已解决


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

3 years 前

已解决


Sudoku

3 years 前

已解决


area

3 years 前

已解决


first element of matrix
find the first elements of a column matrix

3 years 前

已解决


modulus of a number
find the modulus of a given number

3 years 前

加载更多