Computer Science, asked by poojayawale98, 22 days ago

Tom is teaching trigonometry in his class. He is teaching concepts of angles. After end of the class he gave an assignment to the student to calculate the angles between hour and minute hands But the students need to consider the movement of seconds hand as well Given a time in hh:mmiss format find the angle between hour and minute hand Note: display the output up to 2 decimal points in c++

I want it immediately please help me ​

Answers

Answered by kumargirishsingh0303
4

Answer:

Tom is teaching trigonometry in his class. He is teaching concepts of angles. After end of the class he gave an assignment to student, to calculate the angles between hour minute hands. But the students need to consider the movement of seconds hand as well. Given a time in hh:mm:ss format, find the angle between hour and minute hand. Note: display the output up to 2 decimal points. Example 1: Input 5032 301 copy - Input values for - Input values for 00 hour 00 hour.

Answered by skbaji092
0

Explanation:

# include<bits/stdc++.h>

using namespace std ;

int main()

{

Similar questions