Write an algorithm and draw a flowchart to print all numbers between LOW and HIGH that are divisible NUMBER.
Answers
Answered by
2
Answer:
example for your question
Explanation:
--- 11 = 112 = 2 …112 = 12---- 21 = 222 = 4 …212 = 24………---- 121 = 12122 = 24 …1212 = 144Prob. 10.Write an algorithm and draw a flowchart to arrange N values read fromthe input in ascending order.Prob. 11.Write an algorithm and draw a flowchart that will find and print theproduct of 3 numbers.Prob. 12.Write an algorithm and draw a flowchart that will find and print thenumber of vowels in a given set of characters and print there number ofoccurrences.10
Similar questions