i want to make program for a quiz.
i create the questions is an array,
and i want that questions start at random, and never be shown again.
dim question() as String = {"OTOMATIS MENURUT KERJA MESIN", "TIDAK MENEPATI JANJI", "YANG UTAMA", "TEMPAT TINGGAL KEPALA NEGARA", "PENGURUS RUMAH SAKIT",
"SUDAH PUAS MAKAN", "NEGARA INDUSTRI DI EROPA", "WILAYAH KEPULAUAN INDONESIA", "ILMU HUBUNGAN TIMBAL BALIK ANTARA MAKHLUK HIDUP DENGAN LINGKUNGANNYA",
"SIHIR(INGGRIS)"}
and after that what i have to do??