#include #include #include const string a="Your number is not in the right range ";const string b="The primes up to ";const string cc="Enter a number between 3 and 100";using namespace std;int main (){int xx,i,j;char xy;bool p,q=false,yx=false;/* read in the number*/while(!q){cout< 100 */if(xx<3||xx>100)cout<