) Demonstrate problem-solving skills by developing a flowchart to print numbers from 1-100 (both numbers inclusive) to the user screen. (3 points)
Condition: The program should
• For any number that is a multiple of 3, print "Welcome to Te Pūkenga" instead of the number.
• For any number that is a multiple of 5, print "School of Digital Technologies" instead of the number.
• For any number that is a multiple of both 3 and 5, print "Welcome to Te Pūkenga, School of Digital Technologies" instead of the number.