Computer Science, asked by aryan7274, 1 year ago

How is character entered using Scanner class in java

Answers

Answered by tjjw13
0
Scanner sc = new Scanner (system.in);
c = sc.nextChar( );
Similar questions