解決済み


Write an expression
Assigns finalResult with firstSample plus secondSample, squared, then divided by 3. Ex: If firstSample is 18 and secondSample is...

11年弱 前

解決済み


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

11年弱 前

解決済み


Circle area using pi
Write a statement that assigns circleArea with the circle's area given circleRadius. Use the built-in mathematical constant pi. ...

11年弱 前

解決済み


length of a vector
Find twice the length of a given vector.

11年弱 前

解決済み


Test if two numbers have the same digits
Given two integers _x1_ and _x2_, return |true| if the numbers written with no leading zeros contain the same digits. That is, t...

11年弱 前

解決済み


prime test
find largest 2 digit prime number

11年弱 前

解決済み


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

11年弱 前

解決済み


Find the 9's Complement
Find the 9's complement of the given number. An example of how this works is <http://electrical4u.com/9s-complement-and-10s-c...

11年弱 前

解決済み


Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3

11年弱 前

解決済み


Square wave average calculation
Given its peak and duty cycle, calculate avg value of square wave

11年弱 前

解決済み


Average of square wave
given positive and negative peak , calculate dc level, 50% duty cycle

11年弱 前

解決済み


Variable Assignment
Complete the ? part by assigning myExamScore with 100.

11年弱 前

解決済み


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

11年弱 前

解決済み


Area of a circle
Find the value for area of the circle if diameter is given

11年弱 前

解決済み


Times 3 problem
When you enter the number, it should return the number multiplied by 3

11年弱 前

解決済み


Double colon operator: Counting down
* Construct a row array countValues from startValue to endValue, elements decremented by -2 Ex: If startValue is 10 and end...

11年弱 前

解決済み


check whether it is prime or not
Given a number,check whether it is prime or not. If prime output is true else false

11年弱 前

解決済み


Element-wise division
* Assign row array weightKilo with the corresponding weight in kilograms. Use the following conversion: kg = lb / 2.2

11年弱 前

解決済み


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the hourly wage times 40 and times 50, because annualSalary = hour...

11年弱 前

解決済み


Equate
Equate y to x

11年弱 前

問題


Equate
Equate y to x

11年弱 前 | 0 | 18 個のソルバー

解決済み


calculate Compound Intrest
Calculate Compound Intrest for given data

11年弱 前

問題


calculate Compound Intrest
Calculate Compound Intrest for given data

11年弱 前 | 1 | 94 個のソルバー

解決済み


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

11年弱 前

解決済み


Declaring a character
* Assign middleInitial with the character T.

11年弱 前

解決済み


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

11年弱 前

解決済み


Tune your guitar
Given an input string with the scientific pitch notation for standard tuning ( <http://en.wikipedia.org/wiki/Guitar_tunings#Stan...

11年弱 前

解決済み


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

11年弱 前

解決済み


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

11年弱 前

解決済み


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

11年弱 前

さらに読み込む