What is the output for the following program? numA = 5
while numA < 14:
numA = numA + 4
print(numA)
Output:

Solved
Show answers

Ask an AI advisor a question