为了账号安全,请及时绑定邮箱和手机立即绑定

用java写猴子吃桃问题,打印出猴子每天剩下的桃子数

用java写猴子吃桃问题,打印出猴子每天剩下的桃子数

kingsssup 2018-04-03 11:58:05
怎么打印剩下的
查看完整描述

1 回答

?
Ipython9

TA贡献13条经验 获得超0个赞

public class test2 {

    public static void main(String[] args){
        int t = 1;    
        for(int i=1;i<10;i++){
            t=(t+1)*2;                        
        }
        System.out.println("the initial number of peachs is:"+t);
    }

}


查看完整回答
反对 回复 2018-04-05
  • 1 回答
  • 1 关注
  • 1172 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信