I have an exercise that wants me to write an application that calculates the product of the odd integers from 1 to 15, and displays the result.
Hereunder is the code that i have written, however I...