Algorithm Questions
Algorithm Questions
Algorithm Questions
Questions
Group 20,21,19,9
---- 12 6 = 72
Prob. 9.
Write an algorithm and
draw a flowchart to print the complete
multiplication table for 1's. through 12's.
---- 1 1 = 1, 1 2 = 2,
1 12 = 12
---- 2 1 = 2, 2 2 = 4,
2 12 = 24
Prob. 12. Write an algorithm and draw a
flowchart that will find and print
The factorial of NUMBER is FACTORIAL.
Test the flowchart for NUMBER=5.
Prob. 13. Write an algorithm and draw a
flowchart that will find and print the
number of vowels in a given set of
characters and print there number of
occurrences.