This module defines the CashRegister class that was discussed in class. A simulated cash register that tracks the item count and the total amount due. ass CashRegister: ## Constructs a cash register with cleared item * count and total. %23 def init_(self) : self. itemcount 0 self. totalPrice e.e # Adds an item to this cash register. Goaram price the price of this item

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Edit Metadata
1 writefile Hi4Q3. py
2 ## uncomment the above Line after you finish your code, in order to generate the Python submission file.
4
5 = This module defines the CashRegister Class that was discussed in class.
6 ## A simulated cash register that tracks the item
7 = count and the total amount due.
9 class CashRegister:
## Constructs a cash register with cleared item
= count and total.
10
11
12
def init_(self) :
self. itemcount = 0
self. totalprice = 0.e
13
14
15
16
## Adds an item to this cash register.
= @param price the price of this item
17
18
19
20
21
%23
def additem(self, price) :
self. itemcount = self. itemcount + 1
self. totalPrice - self._totalPrice + price
22
%3D
23
## Gets the price of all items in the current
# sale.
* @return the total price
24
25
26
27
def getTotal(self) :
return self._totalPrice
28
29
30
## Gets the number of items in the current sale.
+ @return the item count
def getcount (self) :
return self. itemcount
31
32
33
34
35
36
37
*# Clears the item count and the total.
38
def clear(self) :
self. _itemCount = 0
self. totalPrice = 0.0
39
40
41
42
43
44
Transcribed Image Text:Edit Metadata 1 writefile Hi4Q3. py 2 ## uncomment the above Line after you finish your code, in order to generate the Python submission file. 4 5 = This module defines the CashRegister Class that was discussed in class. 6 ## A simulated cash register that tracks the item 7 = count and the total amount due. 9 class CashRegister: ## Constructs a cash register with cleared item = count and total. 10 11 12 def init_(self) : self. itemcount = 0 self. totalprice = 0.e 13 14 15 16 ## Adds an item to this cash register. = @param price the price of this item 17 18 19 20 21 %23 def additem(self, price) : self. itemcount = self. itemcount + 1 self. totalPrice - self._totalPrice + price 22 %3D 23 ## Gets the price of all items in the current # sale. * @return the total price 24 25 26 27 def getTotal(self) : return self._totalPrice 28 29 30 ## Gets the number of items in the current sale. + @return the item count def getcount (self) : return self. itemcount 31 32 33 34 35 36 37 *# Clears the item count and the total. 38 def clear(self) : self. _itemCount = 0 self. totalPrice = 0.0 39 40 41 42 43 44
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY