27/07/2010, 19:17
|
| | Fecha de Ingreso: mayo-2008 Ubicación: Chile
Mensajes: 189
Antigüedad: 16 años, 7 meses Puntos: 3 | |
Respuesta: tabla con while Cita: #include <iostream>
using namespace std;
int main()
{
for(int x = 1; x <= 10; x++)
{
cout << x;
cout <<"\t";
cout << x *10;
cout <<"\t";
cout << x *100;
cout <<"\t";
cout << x *100;
cout <<"\n";
}
system("PAUSE");
return
__________________ si tienes entre 18 y 20 años... entonces tienes 19 años xD |