You have to implement this program ASAP.
Question- Write an if - else statement that changes the value of pay by subtracting 10 from pay if score is greater than 50, otherwise it adds 25 to pay. Also write variable declarations for the variables pay and score.
You have to write variable declarations for the variables pay and score.