numbers = [2, 4, 5, 8] user_input = input () while user_input != 'end': try: #Possible ValueError divisorint (user_input) if divisor > 20: #Possible NameError #compute () is not defined result = compute (result) elif divisor < 0: #Possible IndexError result = numbers [divisor] else: # Possible ZeroDivisionError result = 20 // divisor print (result, end='.') except (ValueError, ZeroDivisionError): print ('r', end=' ') except (NameError, IndexError): print ('s', end=' ') Type the program's output user_input = input () print ('OK') # // truncates to an integer Input -3 three 67 0 10 -8 end Output

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
numbers = [2, 4, 5, 8]
user_input = input ()
while user_input != 'end':
try:
#Possible ValueError
divisorint (user_input)
if divisor > 20:
#Possible NameError
#compute () is not defined
result = compute (result)
elif divisor < 0:
#Possible IndexError
result = numbers [divisor]
else:
# Possible ZeroDivisionError
result = 20 // divisor
print (result, end='.')
except (ValueError, ZeroDivisionError):
print ('r', end=' ')
except (NameError, IndexError):
print ('s', end=' ')
Type the program's output
user_input = input ()
print ('OK')
# // truncates to an integer
Input
-3
three
67
0
10
-8
end
Output
Transcribed Image Text:numbers = [2, 4, 5, 8] user_input = input () while user_input != 'end': try: #Possible ValueError divisorint (user_input) if divisor > 20: #Possible NameError #compute () is not defined result = compute (result) elif divisor < 0: #Possible IndexError result = numbers [divisor] else: # Possible ZeroDivisionError result = 20 // divisor print (result, end='.') except (ValueError, ZeroDivisionError): print ('r', end=' ') except (NameError, IndexError): print ('s', end=' ') Type the program's output user_input = input () print ('OK') # // truncates to an integer Input -3 three 67 0 10 -8 end Output
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Dictionary
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning