Can anyone help me about this Question

Postal Bill Calculator: Assume that you are working as the cashier in the poslaju office in Kedah. There are 3 types of charges summing up to be the total payment of customer goods' postal fee. Administration fee for each postal is RM2. Another charge will be distance charge which stands for RM0.02/KM. The third charge is customer postal weight’s charge which consists of the following:

Weight Price (RM)
<0.5 kg 3
<3 kg 10
<10 kg 20

Assuming your office are sending to only 3 destinations which is Johor (762KM), KL(423KM), and Penang(52KM). Create a VBA program to automate final postage fee calculation. Your program should request for weight and destination of your customer postal weight and display the final amount that your customer needs to pay.
NOTE: 6% GST is charged on the final amount.

a) Determine the inputs, processing, and output for this program.
b) Draw a flowchart illustrating the program design to solve this problem.
c) Write visual basic program, execute the program with sample inputs and show the outputs.

Last edited on
Can you show your attempt at this problem and tell me where you're stuck? Then I may be able to assist.
> Create a VBA program
Are you sure you're in the right place?
Honestly, suddenly I found that I have to submit this question's solution by tomorrow and I am not really clear what to do about the question. =( ='(
I hope anyone can help me -_-
I guess the first thing is find a VBA forum.

This is C and C++.
all right thanks
Topic archived. No new replies allowed.