Home Qbasic Program Write a qbasic program to display the factors of an input number. Write a qbasic program to display the factors of an input number. By -ALK 8:56:00 PM 0 Ans: CLS INPUT "Enter a number "; number FOR count=1 TO number IF number MOD count=0 THEN PRINT count NEXT count END Tags: Qbasic Program Facebook Twitter Whatsapp Newer OlderWrite a qbasic program to display the factors of an input number.
Your suggestions / query encourages more to share things like this. Feel free to comment in below box.
What ever you think about it...