• Post Reply Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Tim Cooke
  • paul wheaton
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Piet Souris
  • Himai Minh
Bartenders:

Sum

  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This page was migrated from a javaranch.com.jsp


   
   
     
   
   
     
   
 


Assignment Java-7 (Sum)
Purpose:  The purpose of this particular assignment is to learn the boundaries of double (precision).

 

Write a program that will start with a double called sum set to zero. Add
 0.1 to sum 1000 times by using a for loop.


 

Print the sum, and then print a statement of whether or not the sum is equal to 100.


 

To do this, you will need to know:



After you have tied up this assignment, lasso the next one:
 Assignment Java-8 (GeekWatch)









Page maintained by
Marilyn de Queiroz

 
Oh. Hi guys! Look at this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
    Bookmark Topic Watch Topic
  • New Topic