answersLogoWhite

0

AllQ&AStudy Guides
Best answer

43 SEC.

This answer is:
Related answers

43 SEC.

View page

mt/sec

* * * * *

No! It is m3kg-1s-2.

View page

main()

{

int sec=00,min=00,hr=00;

printf("Enter time in seconds");

scanf("%d",&sec);

if (sec<60)

printf("%d :%d : %d",hr,min,sec);

else if(sec>=60)

min=int(sec/60);

sec=int(sec%60);

printf("%d: %d : %d",hr,min,sec);

else if (sec>=3600)

min=int(sec/60);

sec=int(sec/60)

hr=int(min/60);

printf("%d : %d : %d",hr,sec,min);

}

View page

2mins : 5 sec

= 2x60 sec : 5 sec

= 120 sec : 5 sec

= 120:5

= 120/5

= 24

View page

20/meter/minut into km/sec

View page
Featured study guide

Algebra

13 cards

What economic function does the government attempt to correct for in market failures like monopolies

Find the csc of a 74 degree angle

Find the sec of a 27 degree angle

Find the cot of a 84 degree angle

➡️
See all cards
2.0
2 Reviews
More study guides
4.5
8 Reviews

No Reviews
Search results