VISUAL BASIC C#
Manny Management Consulting charges P2,000 for training fee
and P150 per person for registration fee. Create an application
to help the accountant make a billing statement showing the
customer's name, address, number of participants, training fee,
registration fee and total amount due.
C# VISUAL BASIC
Manny Management Consulting charges P2,000 for training fee
and P150 per person for registration fee. Create an application
to help the accountant make a billing statement showing the
customer's name, address, number of participants, training fee,
registration fee and total amount due.
The system should allow the customer to check the price of the item(s)(list box or not) and select the items they want to buy. perform the transaction and the system should allow the end-user to enter the amount they are paying for the item(s) and get their change back.
Produce a receipt of the total cost of items and change given. There are 10 items to choose from.
The receipt also shows the VAT(15%)
10% is given to loyal customers as a discount.so it is the total amount of items that get the 10% off and the VAT for all the items. please help us with this because we have been trying different ways for the last few days.
write a visual basic code using the console application that allows one to input the following data from the keyboard ; student name ,registration number, program, phone number ,address.
How do I program for a customer to select the items their want and give them a total and also to give 10 percent off to loyal customers