Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. An university accepts national and international student at the Turkey. The faculties and yearly tuition payment is given in the table below. Students can
2. An university accepts national and international student at the Turkey. The faculties and yearly tuition payment is given in the table below. Students can pay the tuition cash or two installments. Faculty Tuition Fee National (USD) Tuition Fee International (USD) () 3000 Engineering 2000 1500 2000 Business Administrations Health Science 2500 3750 It wants to be calculated how much the students will pay by making a program that includes the following features for the students who will study at university. The program will be made using C# form application. a. In the program interface the student's name and surname, preferred faculty, payment type and nationality information will be entered. In case of missing one of these information, the user will be warned and will be requested to enter the data, b. If the student chooses cash payment, She/He gets 10% discount. c. Each calculated payment will be added to the DataGridview object with their respective fields. d. The content of the DataGridView object can be cleared when desired e. Briefly explain your algorithmic approach to solve problem. 3. Which type applications can be integrated to the C# application using plugins and libraries in the Visual Studio environment? 2. An university accepts national and international student at the Turkey. The faculties and yearly tuition payment is given in the table below. Students can pay the tuition cash or two installments. Faculty Tuition Fee National (USD) Tuition Fee International (USD) () 3000 Engineering 2000 1500 2000 Business Administrations Health Science 2500 3750 It wants to be calculated how much the students will pay by making a program that includes the following features for the students who will study at university. The program will be made using C# form application. a. In the program interface the student's name and surname, preferred faculty, payment type and nationality information will be entered. In case of missing one of these information, the user will be warned and will be requested to enter the data, b. If the student chooses cash payment, She/He gets 10% discount. c. Each calculated payment will be added to the DataGridview object with their respective fields. d. The content of the DataGridView object can be cleared when desired e. Briefly explain your algorithmic approach to solve problem. 3. Which type applications can be integrated to the C# application using plugins and libraries in the Visual Studio environment
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started