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