if (customers.get( num1).getId() != (id) && !movies.get(num 2).getTitle().e quals(title)){
System.out.prin tln("Your movie or/and theatre cannot be found.");
Is this the way to write not equal in this statement ->'!movies.get(n um2).getTitle() .equals(title)) '
Thank You in advance! :)
System.out.prin tln("Your movie or/and theatre cannot be found.");
Is this the way to write not equal in this statement ->'!movies.get(n um2).getTitle() .equals(title)) '
Thank You in advance! :)
Comment