- Write a program to compute and display the sum of all integers that are divisible by 6 but. not divisible by 4 and lie between 0 and 100. The program should also count and display
the number of such values. - Write an interactive program that could read a positive integer number and decide whether
the number is a prime number and display the output accordingly.
Modify the program to count all the prime numbers that lie between 100 and 200.
NOTE: A prime number is a positive integer that is divisible only by 1 or by itself.