Page 1 of 1

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
by correctanswer
Section A Program Design 10 Marks Design A Program That Prints The Numbers From 1000 To 1 But For Multiples Of 9 Pri 1
Section A Program Design 10 Marks Design A Program That Prints The Numbers From 1000 To 1 But For Multiples Of 9 Pri 1 (45.77 KiB) Viewed 87 times
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.