10.15
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了10.15相关的知识,希望对你有一定的参考价值。
package cty; import java.util.Scanner; public class Test
{ public static void main(String[] args)
{ int A = (int) (System.currentTimeMillis() % 10); int B = (int) (System.currentTimeMillis() / 7 % 10); System.out.println(A + " . " + B); Scanner scan = new Scanner(System.in); System.out.println("what is" + A + "+" + B + "?"); int answer = scan.nextInt(); System.out.printlnA + "+"+B + "=" + answer + "is"+ (A + B == answer)); //System.out.println(System.currentTimeMillis()); } }
以上是关于10.15的主要内容,如果未能解决你的问题,请参考以下文章
MacOS Catalina 10.15安装教程,启动U盘制作及安装方法