已解决


determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.

1 year 前

已解决


Divide the Least Common Multiple by the Greatest Common Divisor of two numbers
Divide the Least Common Multiple by the Greatest Common Divisor of two numbers. For example, for x=12345 and y=54321, the answer...

1 year 前

已解决


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

1 year 前

已解决


Area of square
Find the area of a square whose diagonal length is given as x.

1 year 前

已解决


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

1 year 前

已解决


Radians to Degrees
Convert radians to degrees.

1 year 前

已解决


Multiply pi
Multiply pi with x!

1 year 前

已解决


Simple Interest : Calculate Future Value
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

1 year 前

已解决


Find the maxmum value of N*N Matrix
Input x=[1 2 3; 4 5 6; 7 8 9] output: y=9

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 前

已解决


Add 2 Vectors

1 year 前

已解决


Matrix Max Finder
Output the maximum value in a matrix

1 year 前

已解决


Mile to Kilometer
x is mile and y is km

1 year 前

已解决


Round to nearest integer

1 year 前

已解决


Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?

1 year 前

已解决


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

1 year 前

已解决


Probability of red tulips
I hope to give you bulbs of tulip. But I do not know the color of those petals. I just know that the color is red, white or yell...

1 year 前

已解决


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

1 year 前

已解决


Ordinary Annuity : Periodic Payments (Future Value)
Theorem : Future Value of an Ordinary Annuity where; F : Future value A : Periodic payment r : Rate per period n : Numbe...

1 year 前

已解决


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

1 year 前

已解决


Volume of Cylinder
Find the volume of a cylinder

1 year 前

已解决


Replace x value into y value in string text.
Replace x value into y value in string text. Example text='Hello World' x='World', y='Universe' result='Hello Universe'.

1 year 前

已解决


Summation of integers

1 year 前

已解决


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

1 year 前

已解决


Simple Interest : Calculate time in years
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

1 year 前

已解决


Simple Interest : Calculate Present Value
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

1 year 前

已解决


Simple Interest : Calculate annual simple interest rate
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

1 year 前

已解决


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

1 year 前

已解决


print 'Hello W0rld'

1 year 前

已解决


Square
square root of x

1 year 前

加载更多