[try Beta version]
Not logged in

 
Can anyone help me about this Question

Jan 21, 2019 at 10:50am
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 Jan 21, 2019 at 10:51am
Jan 21, 2019 at 10:54am
Can you show your attempt at this problem and tell me where you're stuck? Then I may be able to assist.
Jan 21, 2019 at 10:56am
> Create a VBA program
Are you sure you're in the right place?
Jan 21, 2019 at 10:59am
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. =( ='(
Jan 21, 2019 at 11:01am
I hope anyone can help me -_-
Jan 21, 2019 at 11:10am
I guess the first thing is find a VBA forum.

This is C and C++.
Jan 21, 2019 at 11:11am
all right thanks
Topic archived. No new replies allowed.