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
what is the system development cycle
what do u mean by tagging
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
I'm new to ABAP. What is Module pool in SAP?
can we allocate memory for interface? if no then why?
What is the use of sas software? Is sas and sap are different?
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
how to data grid use in data bind?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
how to stop execution of step 3 in a job mainframe
How to create a new dataset only duplicate observations in proc sort procedure?
Colors specified with the notation
What is test execution and when will we start execution please send me one example for this question