M.Ghali

87
reputation
1
9
things[] thingsILike = {technology, cars, photography, music, movies, FOOD};
if(thingsYouLike.equals(thingsILike)){
  myFriends.add(you);
}else{
  System.out.println("It's alright :), we can still be mates, mate");
  myMates.add(you);
}
System.out.println("Cheers! :D");