A gas pump computes cost of gas at local station. Station charges 4.09 for reg, 4.16 for special, 4.26 for super. Design the application which simulates functionality of gas pump. User enters number of gallons to buy and clicks desired grade (regular special super) Click event handler for each Button calls method to calculate total cost from number gallons entered and selected grade. Using Visual Basic.