photo

Jay Shah


Last seen: 6 years ago Active since 2016

Followers: 0   Following: 0

Statistics

Cody

0 Problems
36 Solutions

RANK
N/A
of 302,173

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,593

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
29,031
of 179,660

CONTRIBUTIONS
0 Problems
36 Solutions

SCORE
190

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


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

10 years ago

Solved


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]

10 years ago

Solved


Find the average
Find the average of the input vector

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


Half of the input
The output should be half the input

10 years ago

Solved


Double the input
The output should be double the input

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


Area of a circle
Find the area of a circle

10 years ago

Solved


Sum of vector
Output should be sum of input vector

10 years ago

Solved


Make it zero
Output should be 0

10 years ago

Solved


Subtract 1
Output should be input minus 1

10 years ago

Solved


Add 1
Output should be the input plus 1

10 years ago

Solved


Multiply number
Output should be double the input

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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.

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Load more