Computer Science, asked by cavmanisha, 7 hours ago

write java statement to store your name​

Answers

Answered by sabirahamed
0

Answer:

Scanner sc = new Scanner(System.in)

String name = sc. nextLine() ;

Explanation:

variable name will store the name Inputted by the keyboard.

Similar questions