码迷,mamicode.com
首页 > 其他好文 > 详细

10.15

时间:2017-10-16 13:46:14      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:can   pack   void   str   scanner   new   pac   exti   scan   

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

标签:can   pack   void   str   scanner   new   pac   exti   scan   

原文地址:http://www.cnblogs.com/Archon-Cty/p/7676229.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!