Question: Write a pseudocode and flowchart for the given problem A program that prints the numbers 1 to 100. But for the multiples of 3, print
Write a pseudocode and flowchart for the given problem

A program that prints the numbers 1 to 100. But for the multiples of 3, print "Busy" instead of the number and for the multiples of five print "Bee". For numbers which are multiples of both 3 and 5 print "Busy Bee". Instead of only printing "Busy", "Bee", and "Busy Bee", your program should also print the word "Honey" whenever you encounter a prime number, a number that is only divisible by itself and 1. Level of hierarchy of the return text value in case the number can generate more than 1 output: 1. "Honey" (for prime numbers) 2. "Busy Bee" (for multiples of both 3 and 5) 3. "Busy" and "Bee" (for multiple of 3 only; for multiple of 5 only respectively)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
