创建一个要求随机整数值的Java程序。然后,程序将显示从1到给定整数的所有数字的总和。
显示的程序示例:
[
{
"operation": "shift",
"spec": {
"rewards_id": "rewards_id",
"aff_*": "aff.[0].&(0,0)",
"misc_aff_dtl_*": "aff.[0].aff_corrltn.[0].misc_aff_dtl.[0].&(0,1)",
"aff_corrltn_*": "aff.[0].aff_corrltn.[0].&(0,0)",
"affil_trans_id": "aff.[0].aff_corrltn.[0].&",
"oper_id": "aff.[0].oper_id",
"create_timestamp": "aff.[0].create_timestamp",
"update_timestamp": "aff.[0].update_timestamp",
"active_rcrd": "aff.[0].active_rcrd"
}
}
]
赞:
1 + 2 + 3 + 4 + 5 = 15
另一个:如果输入数字:10 因此显示为:
Enter a number: 5
The sum of all the numbers is 15
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 = 55
答案 0 :(得分:1)
我建议您看看以下内容以了解一些有关循环的知识:
https://www.geeksforgeeks.org/loops-in-java/
您可以在此处了解如何获取用户输入:
https://www.w3schools.com/java/java_user_input.asp
然后,您可以在for循环测试条件中使用捕获的值