Write a program to input a sentence and print the words in which consecutive characters are in alphabetical order
Answers
Answered by
1
Explanation:
Type the program in Java and see the output!
I have converted int into char to get the Alphabets.
Attachments:
Similar questions