As this thread is about programming I will post some tasks.
Write code to solve the following:
A number is chosen at random from the first 100 positive integers.
What is the percentage probability that the chosen number is not divisible by 3, 4, or 7?
Post your code and show its output