- 3
Let's start by creating a simple program that sends a message to the screen or display device we want to program:
2 Respostas
+ 1
Paul Raj this sounds like you are referring to the Scanner for the purpose of input
import java.util.Scanner;
Scanner unknown = new Scanner(System.in);
0
This section is intended for questions about programming only. If you have difficulties, sabe your code in Code Playground, include a link to it in the question description - use "+" button and explain the difficulties.