Answer:
B. If it is raining, bring an umbrella regardless.
Step-by-step explanation:
Here is the code syntax:
while _ = true
print(rain)
In short words, this syntax is basically saying while a condition is true, do this. "This", is the function run under the true condition. For while loops to work, at least one condition of anything must be true.
- Hope this helps!
- If that's the case, please give thanks!