pseudocode for an application class named Monogram. Its main () method holds your first, middle, and last initials, respectively. Create a method to which you pass the three initials and that displays the initials twice, once in the order of first, middle and last, and a second time in traditional monogram style (first, last, middle).