Community Profile

photo

Jay Shah


Last seen: 約4年 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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年以上 前

さらに読み込む