The input represents gross sales. The salesperson is normally paid 3% of the gross if the gross is less than $20000, but if the gross is $20000 or above the salesperson additionally get a bonus of $50. Set value to to the total pay of the salesperson.

javascript programming
exercise: conditionals 02