Computers and Technology

What is the output of the following program? numA = 2
numB = 3
while numA > 0:
numA = numA - 1
while numB > 0:
numB = numB - 1
print (numA, numB)

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 04:00, tiatia032502
Which of the following kinds of programs displays an online advertisement in a banner or pop-up window on webpages, email, or other internet service? e
Answers: 2
image
Computers and Technology, 23.06.2019 19:00, jaymc1932
Whose task it is to ensure that the product flows logically from one step to another?
Answers: 3
image
Computers and Technology, 23.06.2019 21:30, mariah10455
Write a fragment of code that reads in strings from standard input, until end-of-file and prints to standard output the largest value. you may assume there is at least one value. (cascading/streaming logic, basic string processing)
Answers: 3
image
Computers and Technology, 23.06.2019 23:30, cam961
What are "open-loop" and "closed-loop" systems
Answers: 1
Do you know the correct answer?
What is the output of the following program? numA = 2
numB = 3
while numA > 0:
...

Questions in other subjects:

Konu
History, 17.09.2021 01:40