public class ScannerDemo { public static void main(String[] args) { String s = "Hello World! \n 3 + 3.0 = 6.0 true "; // create a new scanner with the ...
確定! 回上一頁