TimersWrite a program that reads a string from keyboard entry into an array. Print the same string again on the terminal emulator. Measure the time it takes for the string to be printed. Calculate the average time per character in the string and output ev

Try it