Word has it's own spelling check, it suggests words that are similar to the misspelled one. To use it you highlight the word, right click and it should either display the word or there is a spelling tab like this one I attached. It's just known as spellcheck as far as I know.
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.
Answer:
A,B,D
A. Allows you to be sure the problem and solution are understood
B. Presents the solution in a manner that is easy to share
C. Is a starting point for all other activities
You explain your situation, they send you a new computer, then mail to them the broken computer and later pay a $200-350 dollar fee. I think it depends on how much damage you made to it.