Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if ( F < R + 1)
  2.         {
  3.             x = Q[F];
  4.             F = F + 1;
  5.             if ((F=R+1) && (R=n-1))
  6.             { F = 0;
  7.               R = -1; }
  8.         }
  9.         else
  10.             cout<<“Antrian Kosong”;