Computer Science, asked by prabindkumarbarnwal, 6 hours ago

And give algorithm also​

Attachments:

Answers

Answered by Himanshu8715
0

a = input("Enter sales amount : ")

d = 0

if a>5000:

d += 0.1

else :

d = 0

b = a*d

print ("Amount payable =", a-b)

Similar questions