After taking request from user for DD or CD etc, why we are connecting them to the loop to check whether someone is there in the queue or not or if time >6? I mean, if user requested it before 6 pm & now time >6, still the banker have to help him/her out.
Flowchart (Real World Example)
Hey @gambhirrahul0
After taking request of current customer we will be taking request of next customer.
So this is what we are doing here and that is why we are connecting it to whether someone is there in the queue or not or if time >6 if both the conditions become true i.e No customers and closing time then we close the bank otherwise we process the request of next customer.