Question: C++ Write a program that prompts the user to enter integers or a sentinel to stop. The program prints the highest and lowest numbers entered,
Write a program that prompts the user to enter integers or a sentinel to stop. The program prints the highest and lowest numbers entered, the sum and the average. DO NOT USE ARRAYS, only variables and loops. Write a program the prompts the user to input a positive integer. Keep asking the user until a positive integer is entered. Once a positive integer is entered, print a message if the integer is prime or not. (NOTE: A number is prime if it is even and 2. If a number is odd, it is prime if it is not divisible by any odd integer less than or equal to the square root of the number. What header file will you need include to use the sqrt() function?)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
