Answer:
True
Explanation:
Merge & Center is a feature in excel that combines multiple cells and centers the contents of the first cell. You can merge columns and rows too.
The correct answer is All of these :)
Answer:
First, medium: can see all the subject but maintain the focus in him
Second, close-up: To se the facial expressions and emotions
Answer:
7
Explanation:
Because the q.length is a inbuilt function in the programming which used to get the length of the array. In the array, there are 7 values are store. Therefore, the size 7 store in the variable z.
For example:
int[] array={1,2};
int x = array.length;
the answer of above code is 2, because the elements present in the array is 2.