Section A: Program Design [10 marks] Design a program that prints the numbers from 1000 to 1. But for multiples of 9 pri
Posted: Fri Jun 10, 2022 11:56 am
Section A: Program Design [10 marks] Design a program that prints the numbers from 1000 to 1. But for multiples of 9 print "->9<-" instead of the number For the multiples of 11 print "-> 11 <-". For numbers which are even and multiples of both seven and eleven: Count down from that number to 0, printing all prime numbers on the same line.