解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

1年以上 前

解決済み


10% Discount

1年以上 前

解決済み


Bruh
Return 'bruh'.

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


Perimeter of a Triangle

1年以上 前

解決済み


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

1年以上 前

解決済み


Square root of number
Square root of given number.

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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.

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


Sum two matrices
Take two incoming matrices, and sum them

1年以上 前

解決済み


A times B
A times B

1年以上 前

解決済み


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

1年以上 前

解決済み


Area of rhombus
Calculate the rhombus area

1年以上 前

解決済み


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

1年以上 前

解決済み


area

1年以上 前

解決済み


Add 2 Vectors

1年以上 前

解決済み


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

1年以上 前

解決済み


Mile to Kilometer
x is mile and y is km

1年以上 前

さらに読み込む