Nucleons, electrons, and protons i do believe, but if i am wrong please do tell me.
Answer:
to check to see if some expression is true, and if it is do something, otherwise do something else. An if/else statement requires you to define an expression that evaluates to true or false.
Explanation:
Answer:
Console.log(userArray[1]);
Console.log(userArray[4]);
Explanation:
The programming language was not stated; however, the variable declaration implies JavaScript.
JavaScript prints using the following syntax:
Console.log(print-name);
Since, the code is to print some elements of array userArray.
First, we need to determine the index of the elements.
The indices are given as 1 and 4.
So, the code to print these elements is as follows:
Console.log(userArray[1]);
Console.log(userArray[4]);
Monitor, keyboard, CPU, mouse, and I believe the USB drive , DVD drive and hardware system