Company: Mastercard_7aug
Difficulty: medium
Wobble the Text Problem Description A word game 'Wobble the Text' requires two players to start the game. In this game, Player1 is given a few alphabet tiles and he has to arrange the tiles in a sequence such that it forms a word in English E1. Post arranging the words, to calculate the score of Player1 by using following steps: I) Arrange the characters in alphabetical order. The point scored by an individual tile is the number of steps the tile has moved from its original position of E1. II) A special score S is calculated by using the ASCII value of the last tile character and S is added to the score of each tile. III) The final score F of the player is then calculated by adding the digits of respective points of all tiles. Player2 has to start his/her game with f1th character from (A to Z). f1 is calculated by adding digits of F. If Player1 word is given as an input to your program print the score of player1 and starting character of player 2 You must read the input from STDIN (sta