1个回答
展开全部
public class Test1 {
public static void main(String[] args) {
Set<String> out=new HashSet<String>();
String index = "";
Scanner sc=new Scanner(System.in);
String str = "";
while(!str.equals("y")){
str=sc.next();
out.add(str);
}
Iterator<String> it=out.iterator();
while(it.hasNext()){
double i=Math.random();
if(i<0.5){
index=it.next();
if(!index.equals("y"))
System.out.println(index);
}
else
{}
}
}
}
当输入y时就会输出了!
public static void main(String[] args) {
Set<String> out=new HashSet<String>();
String index = "";
Scanner sc=new Scanner(System.in);
String str = "";
while(!str.equals("y")){
str=sc.next();
out.add(str);
}
Iterator<String> it=out.iterator();
while(it.hasNext()){
double i=Math.random();
if(i<0.5){
index=it.next();
if(!index.equals("y"))
System.out.println(index);
}
else
{}
}
}
}
当输入y时就会输出了!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询