Write a program to read a text file, employeenames.txt, and creates anther file called “usernames.txt” with usernames with format first character of first word and the complete second word.
Write a program to read a text file, employeenames.txt, and creates anther file called “usernames.txt” with usernames with format first character of first word…