Postingan

Menampilkan postingan dari Juni, 2023

QUEUE

Gambar
                                                                                                      QUEUE NAMA: SYURAINI NOOR CHAMSYAH NPM:22082010033 PARALEL: A Source code class aplikasi queue package queue.bp; import java.util.Scanner; public class QueueBP {     /**      * @param args the command line arguments      */     public static void main(String[] args) {        cAntrian antrian = new cAntrian();         Scanner scanner = new Scanner(System.in);            int pilih = 0;         do {             System.out.p...