Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/05/2010, 20:34
RenThaL
 
Fecha de Ingreso: mayo-2010
Mensajes: 2
Antigüedad: 14 años, 8 meses
Puntos: 0
Respuesta: Una ayudita plz

Cita:
Iniciado por mhax Ver Mensaje
Solo eran unos punto y coma, y ademas en la ultima parte del for tenias un 1 no se que queria decir con eso.
aqui te dejo el codigo sirviendo

Código C++:
Ver original
  1. #include<iostream>
  2. #include<stdlib>
  3.  
  4. int main(){
  5. int x,z=1,y;
  6. cout<<"ingrese un número positivo"<<endl;
  7. cin>>x;
  8. for(y=1;y<=x;y++)
  9. z=z*y;
  10. cout<<"El factorial es: "<<z<<endl;
  11. system("PAUSE");
  12. return 0 ;
  13. }
Muchas gracias por responder.

Pero todavia no lo corre el dev-c++(así tal cual como lo planteas)

Cita:
11 C:\Dev-Cpp\main.cpp:6 missing terminating " character
C:\Dev-Cpp\main.cpp In function `int main()':
7 C:\Dev-Cpp\main.cpp syntax error before `>>' token
1 C:\Dev-Cpp\main.cpp:8 [Warning] no newline at end of file
C:\Dev-Cpp\Makefile.win [Build Error] [main.o] Error 1

Eso me tira el Compilar :S