(Solved) : 13 Following Logical Operator Logical Connective 14 Following Relational Operator 0 Docume Q30645691 . . .
13.
Which of the following is NOT a logical operator (logicalconnective)?
||
&&
!
*
14.
Which of the following is not a relational operator?
>=
<=
=
!=
15.
How many times will the following loop execute?
var num = 10;
while ( num > 0 )
{
document. getElementById(“outputDiv”).innerHTML = document.getElementById(“outputDiv”).innerHTML +” “+num +”<br>”;
}
1
10
0
infinite times
16.When the ______ statement is executed, the variable orexpression is evaluated and the resulting value is returned as theoutput of the function.
Expert Answer
Answer to 13 Following Logical Operator Logical Connective 14 Following Relational Operator 0 Docume Q30645691 . . .
OR