11 def methodA (self): х, у %3D 0,, 0 y = y + self.y x = self.y + 2 + self.temp 12 13 14 15 self.sum = x + y + self.methodB (self.temp, y) 16 print(x, y, self.sum) 17 18 def methodB (self, temp, n): 19 x = 0 20 FinalT6A. temp += 1 21 self.y = self.y + (FinalT6A.temp) 22 FinalT6A. temp -= 1 23 x = x + 2 + n 24 self.sum = self. sum + x + self.y |25 print(x, self.y, self.sum) 26 return self.sum q1 = FinalT6A(2,1) y sum q1.methodA() q1.methodA ()

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question

Its a python tracing problem please solve in boxes with detailed information. Thank You

1
class FinalT6A:
2
temp
3
%3D
3
4
def
init
(self, x, p):
self.
sum,
self.y
0, 2
%3D
FinalT6A.temp += 3
7
self.y = self.temp
р
8
self.sum
= self.temp + x
print(x, self.y, self.sum)
10
11
def methodA (self):
0, 0
y = y + self.y
x = self.y + 2 + self.temp
12
х, у %3
13
14
15
self.sum = x + y + self.methodB(self.temp, y)
16
print(x, y,
self.sum)
17
18
def methodB (self, temp, n):
19
x = 0
20
FinalT6A. temp += 1
21
self.y = self.y + (FinalT6A.temp)
22
FinalT6A. temp
-= 1
23
x = x + 2 + n
24
self.sum
= self.sum + x + self.y
25
print(x, self.y, self.sum)
26
return self.sum
q1
= FinalT6A(2,1)
y
sum
q1. methodA ( )
q1.methodA
N N N
Transcribed Image Text:1 class FinalT6A: 2 temp 3 %3D 3 4 def init (self, x, p): self. sum, self.y 0, 2 %3D FinalT6A.temp += 3 7 self.y = self.temp р 8 self.sum = self.temp + x print(x, self.y, self.sum) 10 11 def methodA (self): 0, 0 y = y + self.y x = self.y + 2 + self.temp 12 х, у %3 13 14 15 self.sum = x + y + self.methodB(self.temp, y) 16 print(x, y, self.sum) 17 18 def methodB (self, temp, n): 19 x = 0 20 FinalT6A. temp += 1 21 self.y = self.y + (FinalT6A.temp) 22 FinalT6A. temp -= 1 23 x = x + 2 + n 24 self.sum = self.sum + x + self.y 25 print(x, self.y, self.sum) 26 return self.sum q1 = FinalT6A(2,1) y sum q1. methodA ( ) q1.methodA N N N
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
void method
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,