photo

Jay Shah


Last seen: 6 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
36 个答案

排名
N/A
of 301,612

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,357

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
28,371
of 175,767

贡献数
0 个问题
36 个答案

评分
190

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

9 years 前

已解决


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]

9 years 前

已解决


Find the average
Find the average of the input vector

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


Half of the input
The output should be half the input

9 years 前

已解决


Double the input
The output should be double the input

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


Area of a circle
Find the area of a circle

9 years 前

已解决


Sum of vector
Output should be sum of input vector

9 years 前

已解决


Make it zero
Output should be 0

9 years 前

已解决


Subtract 1
Output should be input minus 1

9 years 前

已解决


Add 1
Output should be the input plus 1

9 years 前

已解决


Multiply number
Output should be double the input

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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.

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

加载更多