Page 1 of 1

Question 3 Write a Java program which reads a character array from the user. The array will be rearranged in a way that

Posted: Sat May 14, 2022 3:47 pm
by answerhappygod
Question 3 Write A Java Program Which Reads A Character Array From The User The Array Will Be Rearranged In A Way That 1
Question 3 Write A Java Program Which Reads A Character Array From The User The Array Will Be Rearranged In A Way That 1 (40.52 KiB) Viewed 65 times
Question 3 Write a Java program which reads a character array from the user. The array will be rearranged in a way that letters are followed by numbers. Other characters will be removed, letters will be sorted in case-insensitive alphabetical order and numbers will sorted in increasing order. How many elements will you enter for the array? 10 Enter character 1: A Enter character 2: Enter character 3: % Enter character 4: b Enter character 5: Z Enter character 6: 2 Enter character 7: 9 Enter character 8: 1 Enter character 9: t Enter character 10:{ Abt2129