<u>Answer:</u>
I am writing <em>partial code in</em> <em>c++ to calculate weighted average</em>. The weighted average should be calculated based on multiplying the test score and its <em>respective weight and finally add all the test score.</em>
<u>Explanation:</u>
<em>int arrtestscore[100];</em>
<em>int arrweight[100];</em>
<em>int n;</em>
<em>double weightedavg;</em>
<em>cout<<”Enter the number of test score for which weighted average needs to be calculated”;</em>
<em>cin>>n;</em>
<em>for(int x = 0; x <n;x++)</em>
<em>{</em>
<em> cout<<”Enter test score :” + (x+1) ;</em>
<em> cin>>arrtestscore[x];</em>
<em> count<<”Enter the respective weight:”;</em>
<em> cin>>arrweight[x];</em>
<em>}</em>
<em>for (int i=0; i<n;i++)</em>
<em>{</em>
<em> weightedavg = weightedavg + (arrtestscore[i] * arrweight[i])</em>
<em>}</em>
<em>cout<<”weighted average = “ <<weightedavg; </em>
 
        
             
        
        
        
Answer:
Débito o debe                                                         Crédito o haber
Préstamo de la cooperativa                                          Efectivo
Gasto de arriendo                                              Cuentas por cobrar
Cuentas por pagar                                          Documentos por cobrar
Gasto de publicidad                                                Capital social
Hipoteca por pagar                                                       Ventas
Intereses pagados            Bancos (en el caso de cobros a través de bancos)
Bancos (en el caso que deba productos bancarios)
Explanation:
 
        
             
        
        
        
The best answer to this question should be (A) 
Cloud Computing.
In general, cloud computing is the term used for the delivery
of hosted services over the internet. We can also simply put cloud computing as
the delivery of computing services like storage, servers, databases, software
and more over the internet.
 
        
             
        
        
        
Explanation:
Exterior gateway protocol are the routing protocols that are used on the internet for exchanging routing information among the autonomous system. These autonomous systems can be gateway protocol, vector routing protocol.