Write a pseudo code for sales man that allows 1% discount for an item that costs #20,000

discount = (price == 20000) ? 200 : 0