Edit Bouns

This commit is contained in:
2026-04-24 17:31:09 +03:30
parent 3f60321091
commit c011ac665d
2 changed files with 58 additions and 78 deletions
+2 -6
View File
@@ -25,11 +25,8 @@ public class Main {
break;
case 3:
// TODO: Get page number from user, then call movieService.displayAllMovies()
break;
case 4:
case 3:
// TODO (BONUS): Get movie ID from user, then call movieService.displayMovieDetails()
@@ -61,8 +58,7 @@ public class Main {
System.out.println("================================");
System.out.println("1. Get all genres");
System.out.println("2. Get movies by genre ID");
System.out.println("3. Get all movies");
System.out.println("4. Get movie details by ID");
System.out.println("3. Get movie details by ID");
System.out.println("0. Exit");
System.out.println("================================");
}