解決済み


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

5ヶ月 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

5ヶ月 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5ヶ月 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

5ヶ月 前

解決済み


easy problem
Find the last element of the array

5ヶ月 前

解決済み


Find the max element of the array
Find the max element of the array

5ヶ月 前

解決済み


Basic Mathematics 6
A High School is trying to build their robot to be able to reach the hanging object which is H inches from the ground. Their ro...

5ヶ月 前

解決済み


Return area of square
Side of square=input=a Area=output=b

5ヶ月 前

解決済み


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

5ヶ月 前

解決済み


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

5ヶ月 前

解決済み


Laws of motion 6

5ヶ月 前

解決済み


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

5ヶ月 前

解決済み


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

5ヶ月 前

解決済み


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

6ヶ月 前

解決済み


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

6ヶ月 前

解決済み


Basic Mathematics 4
Team #1 is in first place but only one point higher than Team #2. The sum of their two scores is N. What are each team’s scores...

6ヶ月 前

解決済み


Laws of motion 2

6ヶ月 前

解決済み


Laws of motion 1

6ヶ月 前

解決済み


Kinetic energy calculation

6ヶ月 前

解決済み


Potential energy calculation

6ヶ月 前

解決済み


Total energy

6ヶ月 前

解決済み


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

6ヶ月 前