Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

4 months ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

4 months ago

Solved


Box!
Given a box, find the volume of the cube. With each side = a.

4 months ago

Solved


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

4 months ago

Solved


World Cup 2018 Prediction!
Which team will be the winner?

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

4 months ago

Solved


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

4 months ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

4 months ago

Solved


10% Discount

4 months ago

Solved


Bruh
Return 'bruh'.

4 months ago

Solved


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

4 months ago

Solved


area of a square
find the generic solution for an area of a square

4 months ago

Solved


Perimeter of a Triangle

4 months ago

Solved


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

4 months ago

Solved


Square root of number
Square root of given number.

4 months ago

Solved


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

4 months ago

Solved


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

4 months ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

4 months ago

Solved


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

4 months ago

Solved


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

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

4 months ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

4 months ago

Solved


A times B
A times B

4 months ago

Solved


Is it the answer to life the universe and everything?
The answer to life the universe and everything is 42, but this is naturally in base 13. Unfortunately, MATLAB is in base 10, so ...

4 months ago

Solved


Area of rhombus
Calculate the rhombus area

4 months ago

Solved


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

4 months ago

Solved


area

4 months ago

Solved


Add 2 Vectors

4 months ago

Solved


Calculate the area of a circle
Given a circle of diameter x calculate its area

4 months ago

Solved


Mile to Kilometer
x is mile and y is km

4 months ago

Load more