Menu

Write Program Receives Sequence 10 Letters User Prints Following Order B B Y Y Z Z Example Q43873667

Write a program that receives a sequence of (at most 10) lettersfrom the user, and prints them in the following order: A > a> B > b > … > Y > y > Z > z. For example, ifthe user inputs are

b         S           v            A           C           d           b           c            a

Then output should be

A        a           b           b           C           c            d           S           v

Expert Answer


Answer to Write a program that receives a sequence of (at most 10) letters from the user, and prints them in the following order: …

OR