lo acomode pero me indica error en la llave final:
#include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{
do{
int NUM=1;
while(NUM >= 10)
{ cout<< "permtir mostrar los primeros N naturales";
cin>>NUM;
}
system("PAUSE");
return 0;
}
}
#include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{
do{
int NUM=1;
while(NUM >= 10)
{ cout<< "permtir mostrar los primeros N naturales";
cin>>NUM;
}
system("PAUSE");
return 0;
}
}