Help me to solve some question about shell Script

  1. Factorial calculation

Example output:

Please enter a non-negative number: 3

3! = 3 X 2 X 1
= 6
Please enter a non-negative number: 10

10! = 10 X 9 X 8 X 7 X 6 X 5 X 4 X 3 X 2 X 1
= 3628800
Please enter a non-negative number: -1

Invalid input

  • [list=1]
  • By using for loop only, write a shell script to calculate factorial like example above
  • By using while loop only, write a shell script to calculate factorial like example above
    [/list]

Thx for you help!!!:slight_smile:

Bumping up posts or double posting is not permitted in these forums.

Please read the rules, which you agreed to when you registered, if you have not already done so.

You may receive an infraction for this. If so, don't worry, just try to follow the rules more carefully. The infraction will expire in the near future

+++++++++++++++++++++++++++++++++++++

Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.