Hello, this forum is for asking the required code and logic behind implementing the "factorial program - i.e. finding factorial of any big number"---could someone help me out???/

Recommended Answers

All 3 Replies

Welcome to the forum, Qwerty_touch.

The way it works is, you show what you've got started on the problem/project, and tell us what has you stopped from completing the program.

Requesting some work and involvement from the posters, knocks off the "code leeches", who just want their program done for them, for free.

this has only been solved about 100 times in the past year or two.

i think we're all tired of this one.

why dont you do a nominal search and find one of the many full solutions available?

commented: Amen +4

Hello, this forum is for asking the required code and logic behind implementing the "factorial program - i.e. finding factorial of any big number"---could someone help me out???/

Reduce problem into
1. saving big number as array of digits
2. multiplication of 2 given number's in array format
After implementing this factorial will not be problem anymore.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.