Write a program that reads three numbers and checks that they all are different, i.e. not equal to one another.
The output should be true or false.
Write a program that reads three numbers and checks that they all are different, i.e. not equal to one another.
The output should be true or false.
Sample Input 1:
5 5 9Sample Output 1:
falseCreate a free account to access the full topic