Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Input Process Output

Sub1 Read Sub1, Sub2 , Sub3 Avg mark


Sub2 Average mark (Avg mark) = You have passed /
Sub3 Sub1+ Sub2 + Sub3 / 3 You need to work harder
Print Avg mark
If Avg mark >= 70
Print “You have passed”
else
Print “You need to work harder”

Start

Sub1, Sub2, Sub3

Read Sub1, Sub2, Sub3

Average = Sub1, Sub2, Sub3 /3

Yes Is Average No
mark >=70

“You have “You need to


passed” work harder”

Average mark

You have passed


or You need to
work harder
Stop

You might also like