counter = 1
sum = 0
while counter <= 6:
sum = sum + counter
counter = counter + 2
print(sum)
A. 12
B. 9
C. 7
D. 8
✔️ Correct! This loop executes 3 times. After the first loop sum = 1 and counter = 3, after the second loop sum = 4 and counter = 5, and after the third loop sum = 9 and counter = 7.
Answer:
The answer is letter A.
Explanation:
The statement is true. The benefits associated with AAA are increased security, increased control over the network, and the capability of auditing your network.
Answer:
hybrid cloud
Explanation:
hybrid cloud is a cloud environment that employs both public and private cloud services.
Hybrid cloud gives businesses more flexibility and greater efficiency in coverage due to its ability to move files between public and private cloud.
Answer:
C.
More students are affected by cyberbullying than not affected.
Explanation:
I got it correct on Edgenuity 2020.
answer:
DirectX.
hopefully this is helpful.