Code:
#include <iostream.h>			
int main()				
{
cout<<"enter the year 20";
int year;
cin>> year;
int z;
z=3;

int  age;
cout<<"enter your age ";
cin>> age;

int sum;
sum = year + age - z;

cin.get();
cout<<"your age is "<<sum<<" in 20"<<year<<endl;

cin.get();
return 0;
}
/*********
*prouced  *
*by           *
*Charlie    *
*Helyes     *
*********/


That is the most complex program i have wrote. I learnt html,
and c++ was my next step, i started learning on thursday and that is the stage i have got to. Do you have any usefull tips for people just starting To learn c++?