menu
Qamnty
Login
Register
My account
Edit my Profile
Private messages
My favorites
What is missing in the following program in order to have the output shown? numA = 24 while numA 3: numA = numA - 7 print(numA) OUTPUT: 3
Ask a Question
Questions
Unanswered
Tags
Ask a Question
What is missing in the following program in order to have the output shown? numA = 24 while numA 3: numA = numA - 7 print(numA) OUTPUT: 3
asked
Dec 6, 2021
112k
views
3
votes
What is missing in the following program in order to have the output shown? numA = 24 while numA 3: numA = numA - 7 print(numA) OUTPUT: 3
Computers & Tech
high-school
Rorro
asked
by
Rorro
7.7k
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.
2
Answers
4
votes
Answer:
me too >
Step-by-step explanation:
24 is greater than 3
Ameya Salagre
answered
Dec 8, 2021
by
Ameya Salagre
8.7k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
5
votes
Answer:
i got >
Step-by-step explanation:
24 is > 3
Sergiy Seletskyy
answered
Dec 10, 2021
by
Sergiy Seletskyy
8.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
Sep 21, 2024
129k
views
What will be the output? class num: def __init__(self,a): self.number = a def __add__(self,b): return self.number + 2 * b.number # main program numA = num(3) numB = num(2) result = numA + numB print(result)
Adrian Stanculescu
asked
Sep 21, 2024
by
Adrian Stanculescu
7.4k
points
Computers & Tech
high-school
1
answer
1
vote
129k
views
asked
Mar 24, 2024
134k
views
In the program below, which two variables have the same scope? def welcome(strName): greeting = "Hello " + strName length = len(strName) print (greeting, length) def average(numA, numB): sumNumbers = numA
Benjamin McFerren
asked
Mar 24, 2024
by
Benjamin McFerren
8.3k
points
Computers & Tech
college
2
answers
2
votes
134k
views
asked
Jul 12, 2024
37.8k
views
Hurry Please What is the output for the following program? numA = 5 while numA < 14: numA = numA + 4 print(numA) Output:
Morganjlopes
asked
Jul 12, 2024
by
Morganjlopes
7.6k
points
Computers & Tech
college
1
answer
4
votes
37.8k
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