- 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 86 times
Section A: Program Design [10 marks] Design a program that prints the numbers from 1000 to 1. But for multiples of 9 pri
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am
Section A: Program Design [10 marks] Design a program that prints the numbers from 1000 to 1. But for multiples of 9 pri
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.