Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

más de 1 año hace

Resuelto


10% Discount

más de 1 año hace

Resuelto


Bruh
Return 'bruh'.

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Perimeter of a Triangle

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Square root of number
Square root of given number.

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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.

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Sum two matrices
Take two incoming matrices, and sum them

más de 1 año hace

Resuelto


A times B
A times B

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Area of rhombus
Calculate the rhombus area

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


area

más de 1 año hace

Resuelto


Add 2 Vectors

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Mile to Kilometer
x is mile and y is km

más de 1 año hace

Cargar más