-->
当前位置:首页 > 题库 > 正文内容

填空题:The result of the expression below is:

Luz3年前 (2022-01-07)题库806

The result of the expression below is:

java
IntStream.range(2, 10).
filter(x -> IntStream.range(2, x).noneMatch(k->x%k==0)).
sum());






答案:
第1空:17 ||

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。