Jonathan Sinners is a 42 year-old gardener born on the 20th of April. He has a large garden in his backyard, currently making him hundreds of thousands of dollars. Having so much money, Johnny hires a file-saving servant for the new advanced computer he uses to distribute his herbs, fungi and onions. Whenever Johnny saves a computer file, the program detects the file format from the extension if it is included, and otherwise, it prompts it from the user. An extension consists of a string up to letters which, if it appears in the file name, follows the first and only period.
Write a program for Johnny so he won't waste his money on servants for doing such simple tasks and he can save up to eventually expand his gardening empire.
Input Specification
The first line of input is Johnny's file name, which may or may not include an extension and is at maximum characters in length.
There will be a second line of input if and only if the first line of input does not contain an extension, and will consist of the extension, without a period.
The file name may include any special characters (including spaces).
Output Specification
The only line of output (which is case-sensitive) will be of the format "file name" - extension
, where file name
should be replaced with the file name and extension
should be replaced by the lowercase form of the extension.
Sample Input 1
blueberryCheeseSales.docx
Sample Output 1
"blueberryCheeseSales" - docx
Sample Input 2
mushroom_promo_photo
Jpeg
Sample Output 2
"mushroom_promo_photo" - jpeg
Comments
The authors contain one of each rank
"Jonathan Sinners" LOL. He's a gardener and he has servants hmm.. did I watch this before?