Page 1 of 1

JAVA

Posted: Fri Apr 29, 2022 8:03 am
by answerhappygod
JAVA
Java 1
Java 1 (17.7 KiB) Viewed 30 times
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)