Home Qbasic Program Write a qbasic program to display prime numbers from 100 to 200. Write a qbasic program to display prime numbers from 100 to 200. By -ALK March 19, 2019 0 Ans:CLSFOR n=100 TO 200C=0FOR j=1 TO n IF n MOD j=0 THEN c=c+1 NEXT jIF c=2 THEN PRINT nNEXT nEND Tags: Qbasic Program Facebook Twitter Whatsapp Newer Older
Feel free to leave your comment below or get in touch with me on WhatsApp/Viber number: +9779844128670