CSCI 112
Fall 2021 - Assignment 5
Submit deadline: 11:30am, 25 October 2021, Monday

Objective:

References:


Problem Description

This assignment shares some of the application background knowledge of the previous assignment.

In the same hypothetical university of the previous assignment, such as VIU, there are not only domestic students, but international students, enrolled in credit-based undergraduate programs. And the university has different tuition and fee schedules for these two groups of students.

In the previous assignment, we know how to calculate the tuition and fees for domestic students.

For the international students, the Student Activity Fee, Student Services Fee and Students' Union (SU) Fee are calculated the same as for the domestic students.

But the international students' tuitions are calculated differently. Each term, for up to 15 credits (including 15 credits), there is a flat tuition of $8700. Any credit above the 15 credit limit adds $725 per credit to the tuition.

And the international students do not have to pay lab fees, but have a different fee called ancillary fee. Each term, for up to 15 credits (including 15 credits), the ancillary fee is a flat $389.40. Any credit above the 15 credit limit adds $32.45 per credit to the ancillary fee.

For example, suppose a student is enrolled in 5 courses this term, 3 of the 5 courses have labs, and these 5 courses have 16 credits in total. If the student is a domestic student, then his/her total payment for this term would be:

    16 * $156.80         (Tuition: $2508.8)
  +  3 * $22.52          (Lab Fee: $67.56)
  + 0.04 * 16 * $156.80  (Student Activity Fee: $100.352)
  + 16 * $6.79           (Student Services Fee: $108.64)
  + $83.60               (SU Fee: $83.60)
---------------------------------------
  = $2868.952 or $2868.95

If the student is an international student, then his/her total payment for this term would be:

    $8700 + 1 * $725     (Tuition: $9425)
  + $389.40 + 1 * $32.45 (Ancillary Fee: $421.85)
  + 0.04 * $9425         (Student Activity Fee: $377)
  + 16 * $6.79           (Student Services Fee: $108.64)
  + $83.60               (SU Fee: $83.60)
---------------------------------------
  = $10416.09

Your tasks

Before submitting your assignment, you need to check at least the following things:

How to submit:

To submit your assignment, name your solution file your Lastname_A5.xlsm, then login to your VIU Learn account, find the CSCI 112 course page, click on the "Assessment" drop-down menu, click on the "Assignments" item, then click on the folder named "A5". Then you can click on the "Add a File" button to browse and upload your solution file Lastname_A5.xlsm.

If you have difficulties to make the VIU Learn submission work, please email me to let me know and attach your Excel solution file with your email.