Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How to calculate the run time of a code?

  2. A.

     Start time – End time

    B.

     End time – Start time

    C.

     Start time/ End time

    D.

     Start time * End time

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The run time of a code can be calculated as :
    run time = end time – start time


Be The First To Comment