这个课程的参考视频在youtube. 主要学到的知识点有: Data Type: int, char, String, double, boolean. When into printf, int (%d), char (%c), String (%s), double (%f), boolean (%s). just like printf in C. input input.nextLine(); get a string by the next line. input.nextDoubl…