Answer:
int
Explanation:
Here is the input:
"Enter a guess: 2"
The input is the number. The type of variable for whole number (number without a decimal point) is integer, or int in short form.
If the input would be:
"Enter a guess: Hello"
Then the type of variable would be string, because it's a text input.
And if the input would be:
"Enter a guess: 1.5"
Then the type of variable would be float, because it's a number with a decimal place.
To copy cell contents, you can select the cell and then press the CTRL + C keys.
They act as a sort of a shortcut, so you don't have to select, right click and then choose copy.
c/c+ also java would be one