(Using java)
我对该问题的老解释是可怕的,因此,我要说一句话。 基本上在守则结束时,它应当检查用户是否希望重新实施该方案。 Y = Repeat。 N==== 最终方案。 因此,该法典为什么没有发挥作用? 这与其他检查一样,但似乎几乎像其他检查一样,在发言后两场检查。 什么是错的?
String loopy = in.nextLine();
in.nextLine();
if(loopy.equals("Y")){
for(int count = 0;count<5;count++)
{
System.out.println("");
}
}
if(loopy.equals("N"))
{
break;
}
}
System.out.println("You have chosen to exit the program. Program Finished");
}}