Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SOLVE WTH PYTHON USE PYTHON ONLY USE PYTHON PYTHON!! 2. (25 pts) Please check the diagram which describes a scenario for some states of a
SOLVE WTH PYTHON USE PYTHON ONLY USE PYTHON PYTHON!!
2. (25 pts) Please check the diagram which describes a scenario for some states of a TeaCup object. methods START State 1: Volume = 0.1 liters Temperature - 30 C Lemon false State 2: Volume - 0.1 liters Temperature 50 Lemon-felse methodA method methode State3 Volume 0,2 liters Temperature -30C Lemon-false State 4: Volume -0,2 ters Temperature -30C Lemon=true STOP method O Please implement the TeaCup class with necessary attributes that will help you define possible steps. Please implement the necessary methods (methodA, methodB, methodC, methodD and methodE). Please rename them so that their behavior can be better understood by the users of the class. o Implement a report() method in the TeaCup class which prints information about object's state. o Implement a test function which simulates construction of an object (in State 1) and calls methodA, methodB, methodc, methodD, methodE, methodD sequence. Please verify your state changes by assertionsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started