int main() { int i, grade = 0; printf (\" Enter points: \\n\"); scanf (\"%d\", &i); if (i >= 50 && i <= 60) grade = 5; else if (i &
If we should explain a flow diagram so why we draw it? the diagram must be so clear.
there are lots of online tools that you can type your code and that will give you this like diagram. you can check this.