From 75be64dc32a1b1a03c53ef7f26cdef3aedb0fd6d Mon Sep 17 00:00:00 2001 From: Partow Roshani Date: Thu, 23 Apr 2026 09:18:30 +0000 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 975922b..912bb93 100644 --- a/README.md +++ b/README.md @@ -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