Question: Write an algorithm in Java to check whether an array contains two equivalent values. for example user enters [1, 3, 5, 3,] output: true
Write an algorithm in Java to check whether an array contains two equivalent values.
for example user enters [1, 3, 5, 3,]
output: true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
