Write a program to compute tips for services rendered. The program should request the person's occupation, the amount of the bill and the percentage tip as input and pass the information to a Sub procedure to display the person and the tip.
Person's occupation is waiter
amount of the bill is $44.50
percentage tip is 18%
using visual basic 2008.