This code gives direct output along with Gnatt chart for RoundRobin Scheduling Algorithm
Round Robin is a popular scheduling technique which prevent starvation of processes. Each process is given a time slice during which it executes the process and then prempts it. It only consists of Preemptive method