摘要: 1 import java.util.Scanner; 2 public class SubtractionQuiz { 3 public static void main(String[] args){ 4 int number1=(int)(Math.random()*100); 5 int number2=(int)(Math.random... 阅读全文
posted @ 2018-10-21 17:20 CHERRYL 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.Scanner; 2 public class Palindrome { 3 public static void main(String[] args){ 4 int a; 5 Scanner input = new Scanner(System.in); 6 System.out.pri... 阅读全文
posted @ 2018-10-21 17:04 CHERRYL 阅读(147) 评论(0) 推荐(0) 编辑