I hope this helps
print
copy
past
send
sales = float(input("Enter monthly sales amount: $"))
commission = 0.05
if sales> 500000:
commission = 0.1
print("You earned: $"+str(sales*commission))
I wrote my code in python 3.8. I hope this helps.
Diamond is typically used in a flowchart or indicate a decision.
The answer should be C, you need a text editor to write out the code, and then a web browser to view what the code creates.