JAVA
Posted: Fri Apr 29, 2022 8:03 am
JAVA
Write a method called noneSame that takes in three int parameters and returns true if no two of them are the same value i.e. all three are different values (return false otherwise) without using an if statement. (2 marks)
Write a method called noneSame that takes in three int parameters and returns true if no two of them are the same value i.e. all three are different values (return false otherwise) without using an if statement. (2 marks)