Answer:
The correct answer is B
Explanation:
GTM (google tag manager), is a tool which allows the person to manage as well as deploy the marketing tags on the website, without modifying the code.
It is used so as to make easier for the marketers in order to execute the tags without relying on the web developers to do it.
When logging to GTM, the first thing need to be set up or create is the tag manager account so as to proceed further.
 
        
             
        
        
        
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
 Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else 
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
 
        
             
        
        
        
I would fly a plane because there is like 1 in a million chance of crashing and in a car you could crash every time you see someone driving !! i need points!!
        
             
        
        
        
Answer:
$7,200
Explanation:
To solve this problem, we use the calculation of dividends formula.
This is represented as follows:
Dividends = (Number of shares issued - Treasury stock held) * dividend per share 
According to the parameters in the question, number of shares issued = 23,000
Treasury stock held = 5,000
Dividend per share = $0.40
Substituting these values, we have:
Dividends = (23,000-5,000) * $0.4
Dividends = 18,000 * $0.4 = $7,200
The entry when the dividend is declared is $7,200