Draw a flow chart and write an algorithm for a program that multiplies all the three digit odd
numbers. (Hint: These numbers are 101, 103, …999. You must use looping to multiply them
one by one).
Answers
Answered by
0
Explanation:
can you please properly write the algorithm and also the flow chart seperately, i am unable to understand
The "two digit odd numbers" are the sequence (11, 13, 15, ..., 95, 97, 99). That's an arithmetic sequence (aka "arithmetic progression") and when the terms are all integers, the usual way
Similar questions