Update README.md

This commit is contained in:
2026-04-23 09:15:01 +00:00
parent 821190d9bd
commit a9d4b6d747
+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
# Note: Detailed TODO comments are provided inside Rational.java.
Note: Detailed TODO comments are provided inside Rational.java.
---
## 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.
@@ -46,7 +46,7 @@ Display the genres of a specific movie
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 ✏️
By completing this assignment, you will: