It would be better if we could see the options, fully. But from what I can see, it should be B.
Answer:
hmmmmm...hold up let me look up what dark supereffective means XD...
Explanation:
?oh so i only see stuff about pokemon so id imagine its about that...
Answer:
broadband
Explanation:
A<u> broadband</u> connection provides fast internet service and the ability to exchange large files.
When you're busy doing things and/or be too sick for over the phone communication
Answer:
Similar to a While loop, a For loop consists of three parts: the keyword For that starts the loop, the condition being tested, and the EndFor keyword that terminates the loop.
Explanation:
Loop statements usually have four components: initialization (usually of a loop control variable), continuation test on whether to do another iteration, an update step, and a loop body.