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 and Explanation:
1. Naturalization Act:
- Expressed that an outsider needed to live in the United States fourteen years to turn into a native.
2. Judiciary Act:
- It was an effort to save Federalist standards
3. Sedition Act:
- Approved fines up to $5,000 and detainment for ruining the legislature.
4. Alien Act:
- Allowed the President to oust aliens or outsiders whom he judged "risky"
5. Alien and Sedition Acts:
- Constrained through Congress by the Federalists.
6. Alien Enemies Act:
- Allowed the President to detain or extradite hazardous outsiders or aliens in time of war
If your on a website Ctrl+P and than chose your printer and print. or if downloaded it open it and find the print on the top left
Answer:
1 is def... don't know about the other one though sorry
Answer:
Explanation: This seems more like an opinion answer so give your opinion, try yout best, just trying to help ;)