menu
Qamnty
Login
Register
My account
Edit my Profile
Private messages
My favorites
Write a Qbasic program to write the factors of a number with commas please
Ask a Question
Questions
Unanswered
Tags
Ask a Question
Write a Qbasic program to write the factors of a number with commas please
asked
Oct 1, 2018
187k
views
5
votes
Write a Qbasic program to write the factors of a number with commas
please
Computers & Tech
high-school
BubbaT
asked
by
BubbaT
7.5k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
DIM Num AS INTEGER
CLS
INPUT "Enter number: ", Num
Num = ABS(Num)
FOR i = 1 TO Num
FOR j = 1 TO Num
IF i * j = Num THEN
PRINT i
PRINT ", "
PRINT -1 * i
PRINT ", "
END IF
NEXT j
NEXT i
Namelessjon
answered
Oct 7, 2018
by
Namelessjon
7.9k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
Related questions
asked
May 27, 2024
174k
views
How to get hcf of two numbers in qbasic A.Using a loop to find HCF B.Using a built-in function to find HCF C.Both A and B
Madhukar Mohanraju
asked
May 27, 2024
by
Madhukar Mohanraju
8.9k
points
Computers & Tech
high-school
1
answer
5
votes
174k
views
asked
Feb 22, 2024
220k
views
Which operator is used to perform addition in QBASIC
Dw
asked
Feb 22, 2024
by
Dw
8.0k
points
Computers & Tech
high-school
2
answers
0
votes
220k
views
asked
Jul 9, 2024
65.1k
views
Write QBASIC program that Calculate the sum of 70, 90, 80, 120
Rogerz
asked
Jul 9, 2024
by
Rogerz
8.3k
points
Computers & Tech
college
1
answer
0
votes
65.1k
views
Ask a Question
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.
Categories
All categories
Mathematics
(3.7m)
History
(955k)
English
(903k)
Biology
(716k)
Chemistry
(440k)
Physics
(405k)
Social Studies
(564k)
Advanced Placement
(27.5k)
SAT
(19.1k)
Geography
(146k)
Health
(283k)
Arts
(107k)
Business
(468k)
Computers & Tech
(195k)
French
(33.9k)
German
(4.9k)
Spanish
(174k)
Medicine
(125k)
Law
(53.4k)
Engineering
(74.2k)
Other Questions
“What does it mean when we “rework” copyrighted material?”
The book shows how to add and subtract binary and decimal numbers. However, other numbering systems are also very popular when dealing with computers. The octal (base 8) numbering system is one of these.
Seven basic internal components found in a computer tower
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qamnty