I don’t need HD Level assignment just between credit to D .thank you

1 answer below »
I don’t need HD Level assignment just between credit to D .thank you
Answered Same DayJan 08, 2021

Answer To: I don’t need HD Level assignment just between credit to D .thank you

Ximi answered on Jan 12 2021
143 Votes
ITECH1400 – Foundations of Programming
School of Science, Engineering and Information Technology
ITECH1400 - Assignment 1 – Supermarket Self-Service Checkout
Student Nam
e:                            Student ID:
Assignment Part 1 Details – Class Design
Insert your list/table of possible RecycleableItem properties here…
RecycleableItem Properties (All)
    Material
    Usage
    Type
    Age
    Plastic
    Strong
    Weight
    Qty
    Price
    Size
    Colour
    Cost
Insert your list/table of key product properties here…
RecycleableItem Properties (Key)
    Material
    weight
    qty
    Price
Complete the class diagram of your final RecycleableItem class here…
RecycleableItem Class DiagramRecyclableItem    
name: str
weight: int
cost: int
NA
RecyclingMachine Class Diagram
Complete the class diagram of your final Recycling class here…
RecyclableMachine
total: int
select_product()
accept_product()
identify_product()
receipt()
Assignment Part 2 – Activity Flowchart
Insert your activity flowchart of the recycling machine process here… If your flowchart is large then place it on the following page.
Assignment Part 3 – Software Implementation
Do not place your code here – provide the code as separate .py files submitted with this document.
Assignment Part 4 – Code Explanation and Use
Update the below code to insert comments describing what the code is doing – for each line starting with a hash symbol (#) you should write your code comments after the hash. You may add a second line of comments if you require more space.
# accept integer
def get_int(prompt):

value = int(0)

while True:
try:
# taking user input
value = int(input(prompt))
# checking for...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here