You are on page 1of 4

Start

“Prelims: “

+khristel

“Midterms: ”

+juliana

“Semi-Finals: ”

+cindy

“Finals: “

+zyra

khristel + juliana + cindy +


zyra = kyla

kyla / jenlet = thea

A
A

“The average is ”

+thea

If (thea>=98 “The average is 1.00”


&&
thea<=100) “Remarks: Passed”

If (thea>=95 “The average is 1.25”


&&
thea<=97) “Remarks: Passed”

Else if
“The average is 1.50”
(thea>=91
&&
“Remarks: Passed”
thea<=94)

Else If
“The average is 1.75”
(thea>=88
&&
“Remarks: Passed”
thea<=90)

B D
B
D

Else If “The average is 2.00”


(thea>=85&
&
“Remarks: Passed”
thea<=87)

Else If
“The average is 2.25”
(thea>=82&
&
“Remarks: Passed”
thea<=84)

Else If
“The average is 2.50”
(thea>=80&
& thea<=81
“Remarks: Passed”

Else If
“The average is 2.75”
(thea>=77&
&
“Remarks: Passed”
thea<=79)

Else If
“The average is 3.00”
(thea>=75&
&
“Remarks: Passed”
thea<=76)

C E
C E

“The average is 5.00”


Else If
(thea<=74)
“Remarks: Passed”

“INVALID”

End

You might also like