Posts by Kaidrsr • 33 points
1 post
-
3
votes1
answer293
viewsQ: Scan an Arraylist of objects and check an attribute of an object passed as parameter with an Arraylist
I am a beginner in Java and my teacher passed a list of exercises to practice, in a question I need to create a system that registers a user only if his email has not been registered before. A part…