ayuda en C++ chikoss...por favor?

declaration terminated incorrectly!!!!!!! por ke me marca ese error.. por fa necesito ayuda..

#include<iostream.h>

#include<stdio.h>

#include<conio.h>

#include<math.h>

void main();

{aki lo marca----

int a,x,v;

tabla:

cout<<"este programa calcula las tablas de multiplicar del 1 al 10";

cout<<"Tecleé el numero para mostrar su tabla ";

cin>>a;

for(x=a;x<=10;x++)

{

r=a*10;

cout<<a <<"x" <<"="<<r;

}

cout<<"desea ver ver otra tabla si=S no=N";

cin>>b;

if(b==S)

{

goto tabla;

}

else

{

exit(0);

}

getch();

}

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Helpful Social

Copyright © 2024 Q2A.ES - All rights reserved.