我想要输入用户,如果它大于 10 ,停止运行程序
到目前为止,我有这个:
int value=sc.nextInt();
if (value>10){
**Stop running**
}
繁星coding
相关分类