Answer:
false, that shouldn't be a a priority to identify if they are or not.
Explanation:
Answer:
dominance
Explanation:
i just took it and got it right
You want both conditions to be true, so you can "And" them.
In vbscript, the and is written as "And" (not as && like other languages), so you get:
<span>If (empmedicalins = "y") And (empdentalins = "y") Then
print empidnumber, emplastname, empfirstname
Endif</span>
The correct answer would be D