Community Profile

photo

Kevin Cunningham


Active since 2017

Statistics

  • Promoter
  • Solver

View badges

Content Feed

View by

Solved


times 10
times 10

7 years ago

Solved


times 0
times 0

7 years ago

Solved


times 11
times 11

7 years ago

Solved


times 22
times 22

7 years ago

Solved


times 33
times 33

7 years ago

Solved


times 2
t

7 years ago

Solved


times 1
times 1

7 years ago

Solved


times 5
times 5

7 years ago

Solved


times 4
times 4

7 years ago

Solved


times 3
times 3

7 years ago

Solved


times 2
times 2

7 years ago

Solved


Convert radians to degrees
Given input in radians, output to degrees

7 years ago

Solved


Convert degrees to radians
Given input in degrees, output to radians

7 years ago

Solved


Radians to Degrees
Convert radians to degrees.

7 years ago

Solved


Degrees to Radian
Convert degrees to radians

7 years ago

Solved


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

7 years ago

Solved


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

7 years ago

Solved


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

7 years ago

Solved


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

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

7 years ago

Solved


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

7 years ago

Solved


Potential Energy
Calculate the potential energy of a rock.

7 years ago

Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

7 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

7 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

7 years ago

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

7 years ago

Solved


Calculate square and cube of number
Calculate square and cube of number x

7 years ago

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

7 years ago

Solved


Spherical Volume
Calculate the volume of a sphere.

7 years ago

Load more