Screen made of pixels? Right?
Answer:
Ada Lovelace was mother of the computer.
Correct options are:
- You can insert rows and columns into, or delete rows and columns from, a spreadsheet.
- You can hide or show rows and columns in a spreadsheet.
- You can adjust the height of rows and width of columns.
Explanation:
You can insert rows and columns into, or delete rows and columns from, a spreadsheet.
Yes, you can easily add or delete rows and
columns from a spreadsheet.
You can hide or show rows and columns in a spreadsheet.
Yes, that is common to hide rows or columns to mask some data, then to unhide them.
You can adjust the height of rows and width of columns.
Yes, absolutely, you can also specify to wrap text that is too long to fit in the width of the cells.
Answer:
The answer is "None of these".
Explanation:
In the given question an array "sales[]" is declared, which contains 50 double type elements, and in the next line, an integer variable j is defined, which uses a for loop. In this question two options is given, in which both are not correct, that can be described as follows:
- In option (i), A loop is defined that, uses variable j which starts with 0 and ends with 48, So total elements are 48 that's why it is not correct.
- In option (ii), A loop will use variable j that, starts with 1 and ends with 49, That's why it is not correct.