•  
      tasks #45275 Find difference between current time and given time
    #45275
    Ritish Singh (ritish31)
    2022-08-16 12:33
    2022-08-16 12:33
    Details
    Find difference between current time and given time
    When determining the difference between the current time and a specified time, a method that accepts the hours, minutes, and seconds as parameters can be defined. The difference between the two timings is then calculated. The approach for solving this program is:
    1. First, we will have to convert the given times into minutes and found the difference in minutes.
    2. Then If the difference is there, we will have to convert the difference value into hours and minutes.
    3. After conversion return the value
    4. If no difference is found i.e., 0 then print both are same.
    5 - Medium
    State of Progress
    2022-05-28
    100
    2022-05-30
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-08-29
    Closed
    Attachments
    References
    References list is empty