Description
Write a program that reads three numbers and prints “all the same” if they are all the same, “all different” if they are all different, and “neither” otherwise.
13.99 $
Write a program that reads three numbers and prints “all the same” if they are all the same, “all different” if they are all different, and “neither” otherwise.
Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.