develop #1

Merged
MehrdadShirvani merged 35 commits from develop into main 2026-04-24 14:58:12 +00:00
Showing only changes of commit 75be64dc32 - Show all commits
-2
View File
@@ -11,8 +11,6 @@ In this part, you will implement a Rational class that supports basic mathematic
Tasks:
Define fields for numerator and denominator
Implement a constructor and a reduce() method for simplification
Implement addition, subtraction, multiplication, and division as instance methods
Implement addition, subtraction, multiplication, and division as static methods