- 1

How to solve it

Write a complete program that reads three different words (strings) from the keyboard (if words are not different, print an error message). display the string that would be the first if they were arranged alphabetically

3rd Oct 2020, 3:17 PM
Reham
3 ответов
+ 3
Solve it by observing how you would do it manually. Then teach those steps to the computer, one step at a time.
3rd Oct 2020, 4:08 PM
Brian
Brian - avatar
+ 3
As you get further through the Java tutorial you will learn the basic tools needed to accomplish this task. Keep studying. When you are ready, try writing the code. If you get stuck, show here what you tried so others may help you correct it.
3rd Oct 2020, 5:04 PM
Brian
Brian - avatar
0
I need to see the code to verify
3rd Oct 2020, 4:53 PM
Reham