Answer:
The program written in C++ is as follows'
#include<iostream>
using namespace std;
int main()
{
string names[3];
cout<<"Please enter three names: "<<endl;
for (int i = 0; i< 3;i++)
{
cin>>names[i];
}
for (int i = 2; i>= 0;i--)
{
cout<<names[i]<<endl;
}
return 0;
}
Explanation:
This line declares an array for 3 elements
string names[3];
This line prompts user for three names
cout<<"Please enter three names: "<<endl;
This following iteration lets user input the three names
for (int i = 0; i< 3;i++) { cin>>names[i]; }
The following iteration prints the three names in reverse order
for (int i = 2; i>= 0;i--) { cout<<names[i]<<endl; }
Answer:

Explanation:
First, represent the field for annual revenue with AnnualRevenue
From the question, we understand that this field must be greater than 1000000 before a certain action can be performed.
Base on the given condition, the formula that triggers this action is: 
<em>Further explanation is in the attachment</em>
<em></em>
<em>From the attachment, we have that:</em>
If the condition is true, the checkbox be ticked
However, if the condition is false; the checkbox remain unchanged because no specific action is stated for this, in the question.
<em></em>
Because, to put it simply, to use more complicated shapes requires more processing power which is unnecessary. Only if they would touch all parts of the shape should it be complicated.
You can press control and x at the same time, the delete button, or backspace