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.
Since you are searching for researching information, .edu will be more reliable.
.edu is for education purpose, with credits of scholars.
.com is a general URL, it's not relavant to reliability.
The object is said to be absorbed
Explanation:
The working directory is just a file path on your computer that sets the default location of any files you read. If you want to read a file 'file.txt'.