标题:替换showInputDialog
只看楼主
aiyuheng
Rank: 1
等 级:新手上路
威 望:1
帖 子:656
专家分:0
注 册:2006-1-12
得分:0 

import java.util.*;
public class MyScanner
{
public static void main(String []args)
{
int num;
Scanner reader=new Scanner(System.in);
while(reader.hasNextInt())
{
num=reader.nextInt();
System.out.println(num);
}

}
}


when i want to ask anyone,i will ask myself first.
2006-06-06 10:46
shiyide
Rank: 2
等 级:新手上路
威 望:4
帖 子:297
专家分:0
注 册:2006-2-22
得分:0 
谢谢``

学好编程,为中国的软件事业出一份力。
2006-06-06 13:20



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-68516-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.525498 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved