InterviewSolution
Saved Bookmarks
| 1. |
Compete the following table.{:(,,"Arrival Time","Time"),("Train","Place","(24-hour clock)","(12-hour clock)"),("Charminar","Secunderabad",18:50,),("Express",,,),("Krishna","Tirupathi",6:30,),("Express",,,):} |
| Answer» SOLUTION :The TIME 18:50 is EXPRESSED as 18:50 in 24-hour CLOCK SYSTEM and it is expressed as 6:50 p.m. in 12-hour clock system. Time 6:30 is expressed as 6:30 in 24-hour clock system and it is expressed as 6:30 a.m. in 12-hour clock system. | |