Está en la página 1de 1

//tabla//

#include "iostream"
using std::cout;
using std::endl;
int main()
int
int
int
int

n=numero
f1=2,f2=1,f3=16,f4=8,f5=4
si,no
opcion=0;

{
cout<<"escoge un numero del 1 al 30"<<endl;
cout<<" __________________________________________"<<endl;
cout<<"2 3 6 7 10 11 14 15 18 19 22 23 26 27 30"<<endl;
cout<<"1 3 5 7 9 11 13 15 17 19 21 23 25 27 29"<<endl;
cout<<"16 17 18 19 20 21 22 23 24 25 26 27 28 29 30"<<endl;
cout<<"8 9 10 11 12 13 14 15 24 25 26 27 28 29 30"<<endl;
cout<<"4 5 6 7 12 13 14 15 20 21 22 23 28 29 30"<<endl;
cout<<" __________________________________________"<<endl;
case 1:cout<< "esta enla primera fila?";
if (opcion ==si)

system("pause");
return 0;
}

También podría gustarte