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'

mehr als 3 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.

mehr als 3 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 ...

mehr als 3 Jahre vor

Gelöst


Laws of motion 7

mehr als 3 Jahre vor

Gelöst


Laws of motion 6

mehr als 3 Jahre vor

Gelöst


Laws of motion 5

mehr als 3 Jahre vor

Gelöst


Laws of motion 4

mehr als 3 Jahre vor

Gelöst


Laws of motion 3

mehr als 3 Jahre vor

Gelöst


Laws of motion 2

mehr als 3 Jahre vor

Gelöst


Laws of motion 1

mehr als 3 Jahre vor

Gelöst


Kinetic energy calculation

mehr als 3 Jahre vor

Gelöst


Potential energy calculation

mehr als 3 Jahre vor

Gelöst


Total energy

mehr als 3 Jahre vor

Gelöst


Energy Conversion 2

mehr als 3 Jahre vor

Gelöst


Energy Conversion 1

mehr als 3 Jahre vor

Gelöst


Velocity Conversion

mehr als 3 Jahre vor

Gelöst


Area Conversion 2

mehr als 3 Jahre vor

Gelöst


Area Conversion 1

mehr als 3 Jahre vor

Gelöst


Mass Conversion 2

mehr als 3 Jahre vor

Gelöst


Mass Conversion 1

mehr als 3 Jahre vor

Gelöst


Temperature Conversion 3

mehr als 3 Jahre vor

Gelöst


Temperature Conversion 2

mehr als 3 Jahre vor

Gelöst


Temperature Conversion 1

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


square number
Square a number

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 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...

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


square root
Find square root of given number

mehr als 3 Jahre vor

Mehr laden