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:
Thks is true the int function changes a float value to an integer and will round up or down by default.
Answer:
Page Setup Grouping.
Explanation:
In Microsoft Word, Columns break up the page into, at max, 13 columns, and at minumum, 2. The way you go about doing this is
- Go to the Layout Tab
- Go to the Page setup Grouping
- Click on the Columns Action
- In the Dialog Box, choose either from one of the presents, or custom make your own column settings.
- Click Okay
- Done!
Automation. ... It involves taking a machine or software that was taught to do simple repetitive tasks (traditional automation) and teaching it to intuitively adapt or correct its performance based on changing conditions, at speed and scale.
Answer:
Shortened versions of phrases Ex:(l ol, s mh, i dk, ect.)
Explanation:
Hope that this helps, if you have any more question please feel free to contact me, hope you have an amazing rest of your day. ;D