Because there fun and helps boys get together or to get ur mind off of stuff
Can you attach what you have so far
Answer:
x=arr[arr.length-2]; is the correct answer for the given question.
Explanation:
In the above statement firstly we calculate the length of the given array.The arr.length function is used to calculate the array length.As mention in the question we have to assign the next to last element of the array to the variable x, so we used arr[arr.length-2] and finally, we assign them to the variable x.
so the final statement is x=arr[arr.length-2];
<h2>
Answer:</h2>
Option B: a dialog box
Three periods after a menu item (…) mean that clicking that command will open a dialog box.
<h2>
Explanation:</h2>
- The three periods after items in menus are given a special name "ellipsis".
- As the space for an item name is less for complete description, ellipsis is used.
- Ellipsis lead to dialog box that elaborates the function of the item.
- The person can then select the item depending on the need as well as reject it completely.
- So in other words, ellipsis allow users to understand the command completely and choose what to do next.
<h3>I hope it will help you! </h3>