Tsegofatso Gift shop sells categorized products or items as gifts to various clients. The shop needs a VBA application that will enter all products that they sale and records them in an Excel worksheet. The owner wants to use a VBA userform for data entry. The application must have a module and userform.
Module On the module create the following functions and a sub: function calcVaT, function unitPrice and sub bubbleSort
• Function calcVat: this function calculates the tax charged from the selling price. It uses a parameter to receive the selling price. The tax rate is 15%
• Function unitPrice : this function calculates the actual product price before tax is added. It uses a parameter to receive the selling price.
• Sub bubbleSort : this sub receives the array of categories as a parameter and sorts it in an ascending order.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of