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
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
8
So,here is your answer.
Hope it helps.
Attachments:
Similar questions
Social Sciences,
5 months ago
History,
5 months ago
Social Sciences,
10 months ago
Math,
10 months ago
Physics,
1 year ago
Hindi,
1 year ago