Answer:
#
Explanation:
I have notes on it we learned it in 8th
Answer:
The code is witten in Java and given in the explanation section.
Using a Scanner object we receive a the user's input and with the System.out.println we output the variable
Explanation:
import java.util.Scanner;
public class VariableOutput{
public static void main (String [] args){
Scanner input = new Scanner(System.in);
System.out.println("Enter an Integer 15 or 40");
int numObjects = input.nextInt();
System.out.println("You entered the number "+numObjects);
}
}
Answer
System restore
Explanation
System restore is a recovery feature that helps restore your system to the previous condition or point. Most computers have system restore disks which are an advantage to the users especially when the computer clashes.These disks are very effective when it comes to restoring the system to its initial state.
Answer:
B. emotional
Explanation:
An emotional argument. An argument does not always have to be made in words.
Answer:
Virtual Machine
Explanation:
<em> I had to look this up, since there were no options from the question. If this is wrong, let me know!</em>