Answer:
MAXIF
Explanation:
The MAXIF function is a function used in Ms Excel.
- This function indicates the maximum value located on an array .
Option B
Answer:
Being nice to others and being respectful. Acting appropriately and with respect for you and others.
Explanation:
☆Hope this helps!☆
Answer:
for(let i = 0: i <=5; i++) {
console.log(I)
}
Explanation:
An iterative statement repeats a body of code until the condition is not true. Here we declare an integer (i) and make it 0. Then the loop checks if the second part is true (i is less than or equal to 5), and if it is true, it executes the code inside the loop body, which logs i, and finally runs the last past, which increments i by one. When the second part becomes false, the loop exits.
Answer:
Option B is the correct answer.
Explanation: