Question: 1. Write a VBA program to compute the factorial of the odd integers from 1 to 50, e.g. 11, 31, etc. Use For loops. Output

1. Write a VBA program to compute the factorial of the odd integers from 1 to 50, e.g. 11, 31, etc. Use For loops. Output should include both the number and its corresponding factorial. Note: you should use integers for the counters but a double for the factorial
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
