Write a program that reads three numbers and checks if they are different (numbers are not equal to one another).
Output either true or false.
Write a program that reads three numbers and checks if they are different (numbers are not equal to one another).
Output either true or false.
Sample Input 1:
5
5
9Sample Output 1:
falseSample Input 2:
1
2
3Sample Output 2:
trueCreate a free account to access the full topic