#what is the output when the following is executed? var1 = 85 3 while (var1 > 0): 4 var2 = var1 // 25 5 print (var2) var1-=25 7 if var1 > 0: | print(var1) 8 9 else: 10 print("End")

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter4: Making Decisions
Section: Chapter Questions
Problem 5E: a. Write a program named CheckMonth that prompts a user to enter a birth month. If the value entered...
icon
Related questions
Question
1
#what is the output when the following is executed?
var1 = 85
while (var1 > 0):
var2 = vari // 25
print (var2)
3
4
6.
var1-=25
if var1 > 0:
8
print (var1)
9.
else:
10
print("End")
2.
Transcribed Image Text:1 #what is the output when the following is executed? var1 = 85 while (var1 > 0): var2 = vari // 25 print (var2) 3 4 6. var1-=25 if var1 > 0: 8 print (var1) 9. else: 10 print("End") 2.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
C-string
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT