Statement Exercises 8

Source: Internet
Author: User

A ball from the height of 100 meters of freedom falling, each landing back to the original height of half, and then down, to ask it to fall on the 10th time, the total number of meters? How high is the 10th time rebound?

1          DoubleHEIHT = 100;//initial height of ball 100 m2          intTime = 10;//after 10 bounces3          Doublesum2 = 0;//the distance the ball passes4           for(inti = 1; I <= 10; i++) {5Heiht = HEIHT/2;6          if(i = = 1) {7sum2 = sum2 + 100;8}Else {9sum2 = heiht * 4 +sum2;Ten          } OneSystem.out.println ("+i+" when landing, after "+ sum2 +" meters, the first "+i+" the height of the rebound + Heiht + AM "); -          } -System.out.println ("The 10th time landing, after the" + sum2 + "meters, the height of the 10th rebound" + heiht + theM ");

Results:

Statement Exercises 8

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.