我在下面的代码中遇到了一些问题。
我也在代码中标记了问题。
这是一款简单的掷骰子游戏,没有平衡或赢得任何东西,
它工作正常,除了它在nyStig == 7
时不会停止,在长的if语句(if (stig == 4||stig == 5||stig == 6||stig == 8||stig == 9||stig == 10))
中,我知道我应该只编辑do循环的结尾,{ {1}},但如果我这样做,那么一切都行不通。
(while(nyStig != stig || nyStig != 7))
答案 0 :(得分:1)
内循环应该是while(掷骰子!= 7&& dice-throw!=点数)