In <u>looping</u> structures, the computer repeats particular statements for a certain number of times based on some condition(s).
<h3>What is a 
looping structure?</h3>
A looping structure can be defined as a type of function which instructs a computer to repeat specific statements for a certain number of times based on some condition(s).
This ultimately implies that, a computer repeats particular statements for a certain number of times based on some condition(s) in looping structures.
Read more on loop here: brainly.com/question/26130037
#SPJ11
 
        
                    
             
        
        
        
How it is supposed to work is that provided the footnotes were inserted correctly using the Reference tab and then click on insert footnote, then these notes will also be moved with the text. As long as the selection includes the footnote reference in the text, moving the text will also move notes as well.
 
        
                    
             
        
        
        
Answer:
It is most likely that in a tech surrounded environment there would be an apacolypse, not necessarily a man hunting man apacolypse but it would cause a huge panic throughout that country because government could not communicate which is what leaves people with a safeplace. 
Explanation:
please mark as brainliest xx hope it helps <3
if you really like this topic watch into the forest on netflix, it has the same premise except its not that internet disappears its electricity. 
 
        
             
        
        
        
int sum = 0, n;
do {cin>>n; sum+=n;}while (n!=0);
cout<<sum;