I don’t know if i’m right but like Michigan Micro Mote ?
        
                    
             
        
        
        
Answer:
Set the Group field on the Line Items type of Template Content record.
Set the New Quote Group field on each Product record with the associated group name.
Explanation:
The two array that can be implemented are:
- Set the Group field on the Line Items type of Template Content record.
 
- Set the New Quote Group field on each Product record with the associated group name.
 
 
        
             
        
        
        
Answer:
True is the correct answer for the above question.
Explanation:
- An online survey is done with the help of social sites that connects many people in conversation from all over the world. So to do an effective survey, it is best to choose the online medium.
 - The administrative professional is a professional, who works to do administrative tasks like managing the organization.
 - The above question-statement says that the online survey is the best survey, which is the correct statement, which is described above. Hence the answer is true for the above question.
 
 
        
             
        
        
        
Answer:
The answer to the given question can be given as:
The value of *iptr is 7. and the value of iptr is dynamic.
Explanation:
In the c++ code, it is defined that x is an integer variable that assigns a value which is 7. Then we define a pointer variable that is *iptr. This variable holds an address of the x variable. When we print the value of the iptr variable. if we use the expression *iptr to print value of the pointer variable by cout that is used in c++ for pint values. so the value of the iptr is 7. If we use the expression iptr sent to cout so we show the address of the variable x. In the pointer, it manages the addresses of dynamically allocated so the address of the variable is changed on execution time. 
 
        
             
        
        
        
Answer:
I think you have to ask you're teacher, not brainly because people on here can't answer this for you