Answer:
c. prompt(text[,default Input])
Explanation:
In javaScript the prompt() method displays a dialog box which allows the user input text required by the program.
Answer:Go to photos and select albums, there you should see the plus sign on the top left and tap that and you should be able to create a video/photo album
Explanation:
You have to go to photos and select the blue plus sign
Answer:
cubeVolume = toThePowerOf(cubeSide, 3);
Explanation:
The line above accomplishes the task of calling the function toThePowerOf(). We are told in the question that the method accepts two int parameters these integer parameters are given as cubeSide and 3. They are passed as arguments when the method is called. The result of the function's computation is then assigned/stored to the the variable cubeVolume.
You need to do the questions to get more points