Java Equivalent of Cin (C++)
How Would You Code This in Java? Char C; Int N; Cin >> C >> N; So That I Can Get This Kind of Inputs: X123123 1 Answer You Can Use Scanner with System. In. E...
how would you code this in Java?
char c;
int n;
cin >> c >> n;
So that I can get this kind of inputs:
X123123