Oh a document, I do not believe that you have type on images, but if you were to type a text in a app called PicsArt and saved it and then put it onto the document over the picture it would work.
        
                    
             
        
        
        
Answer:
Explanation:
bool isPalindrome(string str)
{
    int length = str.length();
    for (int i = 0; i < length / 2; i++) {
       if (str [i] != str [length – 1 – i]) {
          return false;
          } 
     } 
cout << str << "is a palindrome";
return true;
}
 
        
             
        
        
        
The security Log is your Answer.
        
             
        
        
        
Gamma rays are not used for communication.
-- We have no safe way to generate them.
-- We have no cheap way to detect them.
-- We have no way to impress information on them (modulate them).
-- They're dangerous.
Otherwise they're ideal for communication. 
        
             
        
        
        
Answer:
Where are the choices?
Thanks for adding the choices at the comment secion
- 2D animation
 - 3D animation
 - Stop Motion  
 - Celluloid animation
 
A- Celluloid Animation