📅  最后修改于: 2022-03-11 14:52:13.839000             🧑  作者: Mango
Q#1 Get a string from user and also validate it’s length should be at least 1. Pass this string to a method that
returns a new string with the first char added at the front and end, so "cat" yields "ccatc".