Paul N Profile
This user has contributed 0 articles, 1 code samples and posted 90 messages in our discussion forums.
Technology Interests
Code Samples-
The code illustrates a simple method that calculates the angle between the hands (i.e the hour hand and the minute hand) of a clock in degrees.
The formula used to calculate the angle is a very simple formula:
degrees = 30*Hours - (11*Minutes)/2
. 
|