range a-b; multiply

cpp homework material
i have to write code for that :
i have range from a-b;
and i have to cout the number which will be equal to (for ex:1,3,5,7,9,11,13 or 2,4,6,8) . I have to multiply the digits and count the sum for numbers but i have to miss one number after each. (11,13,15and etc) help please :D
Hello parzival69,

Do not double post. http://www.cplusplus.com/forum/beginner/246046/ It is more confusing than helpful.

What code do you have for now? It is best to post what you have it makes a good place to start from.

I would start with getting a value for "a" and "b". This way you have something to work with.

Hope that helps,

Andy
Topic archived. No new replies allowed.