draw a flowchart for displaying the message exelent is the student score if above 90 else display the message better luck next time
Answers
Answered by
1
Answer:
you should be familiar with the basics of flowcharts
Explanation:
here is the hint:
in the diamond use the condition "n>=90"
this is the condition for filtering of required data.
Terminate the circuit further if the condition is true otherwise terminate to default. but also give the respective message.
note: I could have given you the diagram of the flowchart but it's not required.
firstly go and mug up all the concepts of a flowchart and then use the condition I have given above.
best of luck.
Similar questions