I Haz Codes
Enter the code below. The code will work out if a worker will get a bonus of £50 or not. If they have earned £200 then they get a bonus. For example if I earned £320 then my wage would be £370, however if I earned £180 then I would not get a bonus.
A program has been written but has 3 mistakes.
Change the code as follows
money = int(input("Enter your salary - "))
bonus = 0
if money < 200:
bonus = 80
print ("Your wage is ", money - bonus)

| levelcap115 | shinx284680 |