热门

最新

红包

立Flag

投票

同城

我的

发布
cainiaooooo
不要搞我了啊
4 年前
truecainiaooooo

//这个while里面的条件判断语句不太理解 不知道为什么会结束,有大佬回答一下么
int count = 1; boolean isOK = false; do{ System.out.println("你现在练习了" + count +"次"); if(count >= 3) { isOK = true; } count ++; }while(!isOK); System.out.println("你学会了");

你问我答
CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
《Python 全栈知识图谱》
立即登录