var current = 12000;
var june = 14600;
var may = 11200;
I'm looking to calculate the percentage change compared to the 'current' month parameter. The result should be displayed in percentage and can either be an increase or decrease relative to the current month. Can anyone guide me on how to achieve this?