r A university has the following dormitories: Allen Hall .......................
ID: 3833064 • Letter: R
Question
r A university has the following dormitories: Allen Hall ..........................$1,500 per semester Pike Hall............................$1,600 per semester Farthing Hall ......................$1,800 per semester University Suites ................$2,500 per semester The university also offers the following meal plans: 7 meals per week ...............$600 per semester 14 meals per week .............$1,200 per semester Unlimited meals .................$1,700 per semester Requirements Create an application with two forms. The main form should allow the user to select a dormitory and a meal plan from two listboxes. Show an error message if the user does not select an item from each listbox. Do not allow the second form to be shown until the user selects one item from each listbox. The application should show the total charges on the second form.
PLease note this must be in C# i can not emphasize that enough.
Explanation / Answer
c# code to create main form
to add items into list box follow the below code:
listBox1.Items.Add("ITEM_NAME");
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.