Gelöst


Determine whether the input is divisible by 3 as well as 5
If the input is divisible by 3 as well as 5 then the output should be 'true' otherwise 'false'

etwa 5 Jahre vor

Gelöst


Find the last digit
FInd the last digit of a given number. Given number is the input and output should be the last digit of that number.

etwa 5 Jahre vor

Gelöst


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

etwa 5 Jahre vor

Gelöst


Laws of motion 7

etwa 5 Jahre vor

Gelöst


Laws of motion 6

etwa 5 Jahre vor

Gelöst


Laws of motion 5

etwa 5 Jahre vor

Gelöst


Laws of motion 4

etwa 5 Jahre vor

Gelöst


Laws of motion 3

etwa 5 Jahre vor

Gelöst


Laws of motion 2

etwa 5 Jahre vor

Gelöst


Laws of motion 1

etwa 5 Jahre vor

Gelöst


Kinetic energy calculation

etwa 5 Jahre vor

Gelöst


Potential energy calculation

etwa 5 Jahre vor

Gelöst


Total energy

etwa 5 Jahre vor

Gelöst


Energy Conversion 2

etwa 5 Jahre vor

Gelöst


Energy Conversion 1

etwa 5 Jahre vor

Gelöst


Velocity Conversion

etwa 5 Jahre vor

Gelöst


Area Conversion 2

etwa 5 Jahre vor

Gelöst


Area Conversion 1

etwa 5 Jahre vor

Gelöst


Mass Conversion 2

etwa 5 Jahre vor

Gelöst


Mass Conversion 1

etwa 5 Jahre vor

Gelöst


Temperature Conversion 3

etwa 5 Jahre vor

Gelöst


Temperature Conversion 2

etwa 5 Jahre vor

Gelöst


Temperature Conversion 1

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


square number
Square a number

etwa 5 Jahre vor

Gelöst


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

etwa 5 Jahre vor

Gelöst


Replace all odd numbers with NaN
Replace all odd numbers in the vector or matrix with NaN. For example, if x = [1 3 4 5 8 11]; then return y = [NaN Na...

etwa 5 Jahre vor

Gelöst


true or false
if the matrix has a zero, return true. else, return false

etwa 5 Jahre vor

Gelöst


raise 1/3
Raise a number to 1/3 power.

etwa 5 Jahre vor

Gelöst


square root
Find square root of given number

etwa 5 Jahre vor

Mehr laden