ive been stuck on this problem for a while and I cant figure out how to write the program without using anything past looping because I'm a beginner so please help!!
Write a program that prompts the user to input a positive integer. It should then output a message
indicating whether the number is a prime number or not. Solve this program using a flag
controlled loop.
For an added bonus if the number is not prime, you...