Task 1: Design and develop a program that will accept inputs like Name, Course and Year Level. These inputs will be displayed in a message box after a button is clicked.
Task 2: Design and develop a program that will accept Name and Total Units enrolled to compute and display the tuition fees, miscellaneous fees and the total assessment of
a student.
To compute for Tuition Fees, multiply Total Units Enrolled and Payment per
Unit which is set to 250.
To compute for Miscellaneous Fees, add library fee, laboratory fee,
accreditation fee, student welfare fund, institutional development fund,
outreach and management fee which are set to 750.00, 1000.00, 250.00, 150.00,
200.00, 100.00 and 500.00 respectively.
To compute for the Total Assessment, add Tuition Fees and Miscellaneous
Fees.
*** Make SCREENSHOTS of the forms you used in TASK 1 to TASK 3 and then copy all the CODES. Screenshots should be taken during PROGRAM RUNTIME.
Comments
Leave a comment