Computer Science, asked by Avanya1379, 10 months ago

Draw a flowchart and input a name. If name is "Kabir", then accept marks . If marks are >= 85, then display "Good Performance" else display "Pass".

Answers

Answered by hiteshy930
8

Answer:

just keep your conditons in diagram

Explanation:

replace followings:

old entries. vs new entries

statement x=y ----> input kabir , marks

if x? --------> if(name== kabir && marks>=85)

print(if case). ----> good performance

print(else case). ----> pass

Attachments:
Answered by rashirani8677
8

So,here is your answer.

Hope it helps.

Attachments:
Similar questions