Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

oltre un anno fa

Risolto


10% Discount

oltre un anno fa

Risolto


Bruh
Return 'bruh'.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Perimeter of a Triangle

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Square root of number
Square root of given number.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Sum two matrices
Take two incoming matrices, and sum them

oltre un anno fa

Risolto


A times B
A times B

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Area of rhombus
Calculate the rhombus area

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


area

oltre un anno fa

Risolto


Add 2 Vectors

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Mile to Kilometer
x is mile and y is km

oltre un anno fa

Carica altro