请在 下方输入 要搜索的题目:

Which of the following will count down from 10 to 1 correctly? ( )


A、for (int j = 10; j <= 1; j++)
B、for (int j = 1; j <= 10; j++)
C、for (int j = 10; j > 1; j--)
D、for (int j = 10; j >= 1; j--)

发布时间:2025-01-29 13:03:41
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:for (int j = 10; j >= 1; j--)
专业技术学习
专业技术学习
搜搜题库系统