Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Discover the answers you need from a community of experts ready to help you with their knowledge and experience in various fields. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

Write a program that can perform three different activities:

Generate one random integer from 2 to 10, and then display all of the numbers from 100 to 200 that are evenly divisible by the random integer.
Generate one random positive integer from 2 to 200, and then display all of the prime numbers from 2 to the random integer.
Generate one random positive integer from 1 to 100, and then display all of the numbers in octal notation from 1 to the random integer.
When the program is run, a number from 1 to 3 should be randomly generated to determine which of the three tasks should be performed.


Sagot :

Thanks for using our service. We aim to provide the most accurate answers for all your queries. Visit us again for more insights. Thank you for your visit. We're dedicated to helping you find the information you need, whenever you need it. We're here to help at Westonci.ca. Keep visiting for the best answers to your questions.