You are on page 1of 3

Start

Input

"Enter the name of the faculty and


their score”

Select
cout
If 5.00 >
score > "Outstanding"
4.50

Select
cout
If 4.49 >
score > "Very Satisfying"
4.00

Select cout

If 3.99 > "Satisfying"


score >
3.50

Select cout

If 3.49> "Needs Improvements"


score >
4.00

Select
cout
If score >
2.99 "Poor"

End
Start

Input

"hours rate per hour”

hours > 25
Pay = hours
print pay
“rate 1.45”

hours > 10 Pay = hours


but < 25
“rate 1.25 print pay

hours < 10 Pay = hours

“rate 1” print pay

End

You might also like