data structure and algorithm prelim exam
data structure and algorithm prelim exam
a.1 (37-45)Analyze and write the FORMULA to get the final grade. Write your formula inside the box(9
pts)
Ex: VAT is 12% of the total purchases.
Formula: VAT = TOTAL * 12%; or
VAT = TOTAL * 0.12;
Formula: