摘要:
用了Scanner这个类名,试着用一下 import java.util.Scanner; public class ScoreJudge { public static void main(String[] args) { Scanner sc = new Scanner(System.in); 阅读全文
摘要:
作为初学者,虽然刚学Java有点懵 ,但也渐渐初识java, public class Main { public static void main(String[] args){ System.out.println("hey ,man ,what can I say"); System.out. 阅读全文