Write a Pseudo Code to find the angle between two hands of a
clock for a given time.
Answer Posted / thsghdth
le angle;
printf("Enter hour and minute in 24 hr format\n");
scanf("%d %d",&hr,&min);
angle=30*hr+(double)min/2-min*6;
if(angle<0) angle*=-1;
while(angle>180) angle-=180;
printf("%.2
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Difference between views and index in sas programming
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
Diff between IF and where ?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
what is difference between input parameter and output parameter.
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
how will you code the subfile which is in editing mode (multiple case subfile)?
what is difference between kpo and it industry? that is in terms of work, package etc
how to hide prompts
What is the use of sas software? Is sas and sap are different?
what is d main diff between the java and .net framework
what is the difference between Windows application and Unix application?
Outline the two important features of a terminating recursion. Any ideas?
What r the attributes using in Win Runner?
What is the merger sort principle and its time complexity.