QBASIC program to check whether the input number is prime or composite
Govind Prasad Joshi
December 08, 2022
0
QBASIC program to check whether the input number is prime or composite CLS INPUT "Enter any number:"; n FOR x = 1 TO n IF ...

