--- In [email protected], andrew clarke <[EMAIL PROTECTED]> wrote:
>
> On Tue 2008-07-01 14:37:06 UTC-0000, pavani_papayya
([EMAIL PROTECTED]) wrote:
>
> > any body knows this program please, mail this program code to me .
>
> http://www.delphiforfun.org/programs/clock_angle.htm
>


hi
i m vijay
the programme for that is



#include<include.h>
#include<conio.h>
int main()
{
float h,m;
float a;
cout<<"Enter the hours and minutes";
cin>>h>>m;
cout<<"the angle(in degrees ) between the pointers is  :"<<30*m
-(11*m)/2<<"degree";
getch();
}



from
[EMAIL PROTECTED]


Reply via email to