how to multiple successive numbers?

1 view (last 30 days)
Would you please show how to multiply the number from 70 to 80 successively without entering them by one by?

Accepted Answer

Ameer Hamza
Ameer Hamza on 21 Nov 2020
You can use prod()
prod(70:80)

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!