draw a flowchart to find the grade of a student based on marks. If mark>80 distinction. Mark >60 first class. Mark >50 pass
Answers
Answered by
8
In python, the usage of the if-else statement follows a similar algorithm. It first calculates the required data, and according to the conditions, it will print the required output.
Tomboyish44:
Woah, awesome!
Similar questions