[Show all top banners]

billo
Replies to this thread:

More by billo
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 C++ adding fractions
[VIEWED 9205 TIMES]
SAVE! for ease of future access.
Posted on 02-13-10 3:57 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 


I can add 1+2+3....+10 in C++

But my question is
How to add 1/1+ 1/2+1/3...+1/9+1/10 .

I tried but I am getting answer in negative number.

 Can anyone help me with this please.

 
Posted on 02-13-10 11:34 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Dude.. it should not be a problem.. i am not sure that u want to just get rid of this problem or really want to learn c++



If u want to learn then i can give u a tip or guide you where u went wrong. Can u post your code

Last edited: 14-Feb-10 12:18 AM

 
Posted on 02-13-10 11:46 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

i got the solution, i think its correct

double sum, i;
    for (i = 1, sum = 0; i <= 100000000; i++);
    sum = sum +1/i;
    cout << "Sum is " << sum << endl;


 
Posted on 02-14-10 12:03 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

logic should be like this ...correct me if i m wrong

double sum = 0.0;
            double m = 1;
            while(true)
            {             
                sum += 1/m;
                m++;
                if (m >10) break;

            }
//Print sum;
     
And btw i don't know C++    
 
Posted on 02-14-10 12:25 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

your solution seems to be correct.

I have one suggestion

"i" can be declared as integer, but will not hold up to "100000000" number, it should be declared as long or long long. double is for floating point number

I am guessing that u got negative answer at first because you forgot to initialize the "sum" to zero. is that correct :D

 
Posted on 02-14-10 5:12 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

    double sum, i;
    for (i = 1, sum = 0; i <= 100000000; i++);
    sum = sum + 1/i;
    cout << "Sum is " << sum << endl;


remove the semicolon at the end of the second line or else write it as


for (i = 1, sum = 0; i <= 10; sum+=1/i, i++);


 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 60 days
Recommended Popular Threads Controvertial Threads
TPS To F-1 COS
Nepal TPS has been Extended !!!
Nepal TPS decision
Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years)
Has anyone here successfully reinstated to F-1 status after a year-long gap following a drop from F-1?
US citizen Petitioning my wife who was out of status when she was in H1B. What to do ?
TPS to F1 Status.
TPS of Nepal to be automatically extended for 6 months based on South Sudan decision
Genuine Question.... Why so many folks still in TPS after 10 years. Is the statistics wrong?
Any input on remote jobs(IT related or Sales or Marketing)?
Don’t Just Read—Join the Conversation
Supreme Court allows Trump to end TPS for Venezuelans
Nepal Likely to Get 60-Day TPS Notice
TPS Sakiyo Tara Case is in Court.
नेपाल मा B. sc गरियो यहाँ फेरी ७० -८० क्रेडिट पढ्नु पर्ने भो
EAD HELP NEEDED URGENTLY!
Need Help of IT consultancies
मुद्दा हाल्छन होला र ?
NEPAL TPS IS GONE
TPS cancel bho bhane k garne?
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters