Simple Electrical Power Calculation
Calculate the electrical power using the formula:
P=V×I
where:
V is the voltage (in volts)
I is the current (in amperes)
8일 전
문제를 풀었습니다
Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I
where:
V is the voltage (in volts)
I is the current (in ampere...
8일 전
문제를 풀었습니다
NOT
If a not equal to zero, b = true, else, b = false.
8일 전
문제를 풀었습니다
OR
If a greater than zero or c less than 10, b = true, else, b = false.
8일 전
문제를 풀었습니다
AND
If a greater than 0 and n less than 10, b = true, else, b = false.
(Checking a should be in one line by AND special sign in MAT...
8일 전
문제를 풀었습니다
Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.
8일 전
문제를 풀었습니다
If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.
8일 전
문제를 풀었습니다
If-Else
If a more than zero, b = true, else, b = false.