Find numbers divisible by 5 and 6
2. Write a program that displays all the numbers from 100 to
1,000 -ten per line- that are divisible by 5 and 6. Numbers are
separated by exactly one space.
Write a program that asks the users to enter five test scores into an array
1 answer