Answer:
hub is central computer.....True...
Answer:
A. weekrep101
Explanation:
hope this worked and notice the update
Answer:
with the power button or do the sleep or shut down
and by the type of computer
Explanation:
sry if its wrong
have a good day:)
-XxMissNobodyxX
Answer:
import java.util.Scanner;
public class TestClock {
public static void main(String[] args) {
Scanner in = new Scanner (System.in);
System.out.print("Enter favorite color:");
String word1 = in.next();
System.out.print("Enter pet's name:");
String word2 = in.next();
System.out.print("Enter a number:");
int num = in.nextInt();
System.out.println("you entered: "+word1+" "+word2+" "+num);
}
}
Explanation:
Using Java Programming language
- Import the Scanner class
- create an object of the scanner class
- Prompt user to enter the values for the variables (word1, word2, num)
- Use String concatenation in System.out.println to display the output as required by the question.
Answer:
Its me I think u might be able to know :)
Explanation: