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 and Explanation:
Difference between core network and edge network:
- Core network is also known as the backbone network whereas edge network stands for enhanced data rate for global evolution
- Core network provides the path for exchanging the information between different sub networks,whereas edge network provide information exchange between excess network and core network
Int a, b;
cout<<"write to numbers";
cin>>a>>b;
cout<
Answer: i think its resources
Explanation: