Answer:
b-Nested Loops
Explanation:
To create a 1-D array we use single loop.For example:-
int a[10];
for(int i=0;i<10;i++)
{
cin>>a[i];
}
Taking input of a 1-D array.
For creating a 2-D array we use nested loops.
int a[row][column];
for(int i=0;i<row;i++)
{
for(int j=0;j<column;j++)
{
cin>>a[i][j];
}
}
Hence the answer for this question is nested loops.
Value of E is 14 and F is 15.
EF is equal to: 14 ×

+ 15 ×

=
14 × 16 + 15 = 239
Solution:
The advantage of using the clipboard task pane is:
The Office Clipboard allows us to copy up to 24 items from Office documents or other programs and paste them into another Office document. For example, we can copy text from an email message, data from a workbook or datasheet, and a graphic from a presentation, and then paste them all into a document. By using the Office Clipboard, you can arrange the copied items the way that you want in the document.