4, 1, and 3
The last one I am going to say three because I know that friends show other friends so I wouldn’t call that “private”
B.temperatute and pH can affect how enzymes work
Weathering occurs on the surface of rocks, and lots of small rocks have a much greater surface area than one big rock.
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>