Answer:
1000
Explanation:
first it will check for outer if (if (sales > 100000) ) as it is false it will go to else if(else if (sales > 75000) ) part. as this condition true, it will check dept and if(dept=='R') is false corresponding else part will be executed .