Community Profile

photo

Jay Shah


Last seen: 거의 4년 전 2016년부터 활동

통계

  • Commenter
  • Promoter
  • Solver

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

7년 초과 전

문제를 풀었습니다


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

7년 초과 전

문제를 풀었습니다


Find the average
Find the average of the input vector

7년 초과 전

문제를 풀었습니다


Find the volume of a cylinder
Find the volume of a cylinder. Input 'x' is is both base and height value.

7년 초과 전

문제를 풀었습니다


Create a vector
Create a vector from 1 to input 'x'

7년 초과 전

문제를 풀었습니다


Half of the input
The output should be half the input

7년 초과 전

문제를 풀었습니다


Double the input
The output should be double the input

7년 초과 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

7년 초과 전

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

7년 초과 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

7년 초과 전

문제를 풀었습니다


Circumference
Find the circumference of a circle (x=diameter)

7년 초과 전

문제를 풀었습니다


Area of a circle
Find the area of a circle

7년 초과 전

문제를 풀었습니다


Sum of vector
Output should be sum of input vector

7년 초과 전

문제를 풀었습니다


Make it zero
Output should be 0

7년 초과 전

문제를 풀었습니다


Subtract 1
Output should be input minus 1

7년 초과 전

문제를 풀었습니다


Add 1
Output should be the input plus 1

7년 초과 전

문제를 풀었습니다


Multiply number
Output should be double the input

7년 초과 전

문제를 풀었습니다


Divide number by 2
The output should be the half of the input

7년 초과 전

문제를 풀었습니다


add two numbers
the output should be the sum of 2 inputs

7년 초과 전

문제를 풀었습니다


subtract 2 numbers
the output should be the difference of 2 inputs

7년 초과 전

문제를 풀었습니다


multiply 2 numbers
the output should be the product of 2 inputs

7년 초과 전

문제를 풀었습니다


divide 2 numbers
The output should be the quotient of the two inputs.

7년 초과 전

문제를 풀었습니다


sum of everything
find the sum of all the counting numbers up to a given number n.

7년 초과 전

문제를 풀었습니다


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

7년 초과 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

7년 초과 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

7년 초과 전

문제를 풀었습니다


radius of a spherical planet
you just measured its surface area, that is the input.

7년 초과 전

문제를 풀었습니다


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

7년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7년 초과 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7년 초과 전

더 보기