Question 3 Write a Java program which reads a character array from the user. The array will be rearranged in a way that
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Question 3 Write a Java program which reads a character array from the user. The array will be rearranged in a way that
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!