CS5 - Skipper Write a while loop to output all numbers between [0, 100), except those which are divisible by 4 or 7. Do
Posted: Fri Apr 29, 2022 6:37 am
CS5 - Skipper Write a while loop to output all numbers between [0, 100), except those which are divisible by 4 or 7. Do not use the continue statement in this exercise.