How can I make program that will list up to 100 digits from decimal places of division of two numbers (N - numbers)??
I need to solve this till the end of this week.
If you dont know please give me at least an idea for this...
Chalenge for C++programmers?
Yes, you may also put this question at websites like http://askexpert.info/
Reply:Probably the best way is to use long divison in a loop, catching the remainder, breaking out of the loop if the remainder is 0 or if you have been around 100 times.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment