#include #include using namespace std; #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ void Primos(int n); int main(int argc, char** argv) { int n; cout<<"Ingrese el rango maximo de numeros: "; cin>>n; cout<