Computer Science, asked by armanpuri08, 3 months ago

Combination of class and object which deals with keyboard for input -

1)System.out


2) System


3)System.in


4)System.out.println()​

Answers

Answered by akhiwaghtech
0

Answer:

3) System.in

Explanation:

System. in is used to get input from keyboard. usually it is used in scanner class, Syntax for the same: Scanner xyz = new Scanner(System.in);

Similar questions