Answer:
C.A subscript cannot be an expression
Explanation:
The option C (A subscript cannot be an expression) is false
Technical certificate like a computer-related associate degree because They both provide evidence for specialized training.
<h3>What is technical certification?</h3>
Technical certifications is known to be made up of all the coursework and testing that gives one the right to claim mastery of a specific technical skill set.
Hence, Technical certificate like a computer-related associate degree because They both provide evidence for specialized training as one do need a degree to practice it.
Learn more about Technical certificate from
brainly.com/question/24931496
#SPJ1
Answer:
Hi!
The following Javascript statement compares if num is 2 or 5 and increment num by 1 if true.
if ( num==2 || num==5)
num = num +1;
Explanation:
The operator == is used to compare if the operands are equal.
The operator || is OR.
- If at least one of the operands is true then return true.
- If all operands are false returns false.
if( num==2 || num==5)
<em> // if num is equal 2 or if num is equal 5</em>
num = num +1; <em>// adds 1 to num.</em>
Answer: A formula is an expression which calculate the value of a cell .A funcation is a predefined formula that performs calculations using specific values in particular order.According to context of excel.