Solution :
a). The two arrays that are used in parallel in order to store the identification of two numbers of 5 employees and their weekly gross payments is  :
   int id_array[5];
   double gross_pay[5];
b). The loop that uses the arrays for printing the identification number and the weekly gross payment  is given below :
  for(int i=0; i<5; i++)
   {
   count <<id_array[i] <<" " << gross_pay[i] << end;
   }
 
        
             
        
        
        
To capture a certain size frame of the persons face mainly to emphasize on who is talking
        
             
        
        
        
In population genetics, gene flow (also known as gene migration) is the transfer of alleles or genes from one population to another. Migration into or out of a population may be responsible for a marked change in allele frequencies (the proportion of members carrying a particular variant of a gene).
 
        
             
        
        
        
An Excel worksheet is a single spreadsheet that contains cells organized by rows and columns. A worksheet begins with row number one and column A. Each cell can contain a number, text or formula. A cell can also reference another cell in the same worksheet, the same workbook or a different workbook.
        
                    
             
        
        
        
CFAA is an acronym that stands for Computer Fraud and Abuse Act. It is an anti-hacking bill that was passed to amend an existing computer fraud law. It aims to strengthen cyber security by forbidding access to computers without authorization.