I now read Schildt, and there is very little written and incomprehensible about console input. Who can tell me how the Java version of this C ++ program will be:
cin >> string str; Cout << str;
Cout I know, system.out.println (str); and how cin will be? Thanks in advance!