作业帮 > 综合 > 作业

public class For3

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/21 17:56:59
public class For3
{
public static void main(String[] args)
{
//循环的初始化条件,循环条件,循环迭代语句都在下面一行
\x05for(int count=0;count
count*=0.1 => count=count*0.1就是把原值乘以0.1赋值给变量