menu
Qamnty
Login
Register
My account
Edit my Profile
Private messages
My favorites
What is the output of this program? numA = 10 for count in range(5): numA = numA + 2 print (numA)
Ask a Question
Questions
Unanswered
Tags
Ask a Question
What is the output of this program? numA = 10 for count in range(5): numA = numA + 2 print (numA)
asked
Sep 15, 2021
86.5k
views
3
votes
What is the output of this program? numA = 10 for count in range(5): numA = numA + 2 print (numA)
Computers & Tech
high-school
Didier Spezia
asked
by
Didier Spezia
7.8k
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
3
votes
Answer:
20
it runs the code 5 times, 10+2+2+2+2+2 basically. E.g 20
Hironori
answered
Sep 20, 2021
by
Hironori
8.6k
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
Jun 23, 2021
141k
views
What is missing in the following program? count = 0 1for numA < 3: count = count + 2 print(numA) answer:
MEric
asked
Jun 23, 2021
by
MEric
8.1k
points
Computers & Tech
high-school
2
answers
3
votes
141k
views
asked
Jul 22, 2021
186k
views
What is the output of this program? numA = 2 for count in range(5,8): numA= numA + count print(numA)
Anthony Brien
asked
Jul 22, 2021
by
Anthony Brien
7.9k
points
Computers & Tech
college
2
answers
5
votes
186k
views
asked
Jun 3, 2021
212k
views
NumA = 0 for count in range(4): answer = input ("Enter a number: ") fltAnswer = float(answer) numA = numA + fltAnswer print (numA) Output:
Fanda
asked
Jun 3, 2021
by
Fanda
7.6k
points
Computers & Tech
college
2
answers
4
votes
212k
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