You are on page 1of 2

1. Flowchart finding the factorial of n!

START

Input x no. y
for number n!
for factorial
set! to 1

Input x

Y=1 + x=1

n! =y*x

y++

Done

Echo

End
2. Flowchart for grades of apc

START

Int x to
student’s
grade

If x.=95-100 Display
4.0

Yes
No
c
If x>=91-94 Display
3.5
No
Yes
c
If x>= 87-90 Display
3.0

No Yes
c
If x>= 83-86 Display
2.5
No
Yes
c
If x>= 79-82 Display
2.0
No
Yes
c
If x>= 75-78 Display
1.5
No
Yes
c
If x>= 70-74 Display
1.0
No
Yes
If x less than 70 c
Display
R

end

You might also like