How do i write a pseudocode that calculate and print the products of the odd interger from 1 to 15 using the For loop

Recommended Answers

All 2 Replies

Please describe the individual steps you use to accomplish this task. Write them down, in order. That's your pseudo code.

Just write it in Python and then replace "range(1,16):" with "1..15" and voilĂ : pseudocode.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.