public static string StringTotal(string word) { return($"{word} has a score of {Convertions.StringTotal(word)} %"); }
public static string StringBreak(string word) { return($"\nBreakup of the word {word} is \n{Convertions.StringBreak(word)}\n"); }