You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design an algorithm to calculate the speed of the user.
#HINT: One possible way could be maintaining a track of the time required by the user to type the given paragraph and divide it by the number of words. However, this could be improved marginally