Computer Science, asked by aryan7274, 1 year ago

How is character input is taken using Scanner class in java??

Answers

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