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
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