Create a class called Fraction that has the following: __init__(self, numerator, denominator): ''' has 2 object variable

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Create a class called Fraction that has the following: __init__(self, numerator, denominator): ''' has 2 object variable

Post by answerhappygod »

Create a class called Fraction that has the following:
__init__(self, numerator, denominator): ''' has 2 object variables,
numerator, and denominator ''' __str__(self): ''' return string
format: numerator / denominator''' def getNumerator(self): def
getDenominator(self): def setNumerator(self, numerator): def
setDenominator(self, denominator):
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply