Conference Registration System
Create an application that calculates the registration fees for a conference. The general conference registration fee is $895 per person. There is also an optional opening night dinner with a keynote address for $3U per person. Additionally, the optional preconference workshops listed in Table are available.
Optional preconference workshops Workshops

The application should have two forms. The main form should appear similar to the one shown in Figure 1.
Figure 1 Conference Registration System main form

When the user clicks the Select Conference Options button, the form shown in Figure 2 should appear.
Figure 2 Conference Options form

The Conference Options form allows the user to select the regular conference registration, the optional opening night dinner, and an optional preconference workshop. (The user cannot register for the optional events, however, without selecting the conference registration of $895.) When the Close button is clicked, this form should be removed from the screen and the total registration fee should appear on the main form.
TIP: Use a module with a global variable to hold the total cost. That way, both forms will have access to the variable.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.