develop #1

Merged
MehrdadShirvani merged 35 commits from develop into main 2026-04-24 14:58:12 +00:00
Showing only changes of commit a9d4b6d747 - Show all commits
+2 -2
View File
@@ -17,7 +17,7 @@ Implement addition, subtraction, multiplication, and division as instance method
Implement addition, subtraction, multiplication, and division as static methods Implement addition, subtraction, multiplication, and division as static methods
# Note: Detailed TODO comments are provided inside Rational.java. Note: Detailed TODO comments are provided inside Rational.java.
--- ---
## Part 2: Movie Explorer 🎬 (Using API) ## Part 2: Movie Explorer 🎬 (Using API)
In this part, you will develop a Java application that fetches movie data from an API and allows users to browse and search movies. In this part, you will develop a Java application that fetches movie data from an API and allows users to browse and search movies.
@@ -46,7 +46,7 @@ Display the genres of a specific movie
Implement a console menu in Main to receive user input and display data Implement a console menu in Main to receive user input and display data
# Note: Detailed TODO comments are provided inside each of the above source files. Note: Detailed TODO comments are provided inside each of the above source files.
--- ---
## Objectives ✏️ ## Objectives ✏️
By completing this assignment, you will: By completing this assignment, you will: