This README would normally document whatever steps are necessary to get your application up and running.
- Function to calculate Time based on Hour and angle between hour and Minute
- Version 1
- Writing tests
- Code review
- Other guidelines
- Gayathri Mohan
1- Checks whether the given hour is greater then 12. 2- calculates the angle difference for hour 3- find the number of Minutes 4- each difference of an minutes is 5 so the remaining difference is multiplied by 5
pass the Function Values for Eg : calculateTime(18,180);