Let's start by creating a simple program that sends a message to the screen or display device we want to program: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Let's start by creating a simple program that sends a message to the screen or display device we want to program:

30th Jun 2022, 5:50 AM
Paul Raj
Paul Raj - avatar
2 Answers
+ 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);
30th Jun 2022, 5:02 PM
BroFar
BroFar - avatar
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.
30th Jun 2022, 7:49 PM
Emerson Prado
Emerson Prado - avatar