Answer:
1.A table is a range of data that is defined and named in a particular way.
2.Table tools and layout
3.In insert tab Select the table and select the number of rows and colums
4.Split cell is use to split the data of a cell.Merge cell is used to combine a row or column of cells.
5.Select the cell and click down arrow next to the border button.
<u>Some recommend way to prove the authenticity of an email:</u>
- The coworker as truthful to the company or organization he or she has to check where the same mail is sent long back to the same sender.
- If search on emails sent item if he sends it will be well and good. Some time backup the mail will be help to proven authenticity of an email.
- Sometimes once mail is downloaded into ms-outlook or lotus domino some time mail persists in the mail server.
- He or she can coordinate with the mail server administrator to possible get a log file of sending mail and he can proceed as a record to management.
Answer:
The method in C++ is as follows:
double calcPyramidVolume(double baseLength, double baseWidth, double pyramidHeight){
double baseArea = calcBaseArea(baseLength, baseWidth);
double volume = baseArea * pyramidHeight;
return volume;
}
Explanation:
This defines the calcPyramidVolume method
double calcPyramidVolume(double baseLength, double baseWidth, double pyramidHeight){
This calls the calcBaseArea method to calculate the base area of the pyramid
double baseArea = calcBaseArea(baseLength, baseWidth);
This calculates the volume
double volume = baseArea * pyramidHeight;
This returns the volume
return volume;
}
<em>See attachment for complete program that include all methods that is required for the program to function.</em>
Answer:
the user cannot use a computer system without hardware and software