a. if num2 > 5: print ("Big") else: print ("Small") b. if numl == 5: print("Message 1") else: print("Message 2") c. if numl = 5: print("Message 1") else: print("Message 2") if num2 > num1: print ("Tom") if not tf: d.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
10. Given the following variables, for each problem, determine what will be printed on the screen
when the code is executed. If there is an error, say what the error is.
numl = 4
num2 = 13.0
tf =
False
if num2 > 5:
e. if tf
num2 > numl:
а.
==
print ("Big")
print ("this tf:", tf)
ww"
wwww
else:
else:
print ("Small")
print ("that tf:", tf)
www"
b.
if numl
5:
f. tf = True
www
print ("Message 1")
if tf
== num2 > numl:
else:
print ("this tf:",tf)
www
print ("Message 2")
else:
print ("that tf:",tf)
www
if numl = 5:
c.
print ("Message 1")
g.
tf =
"True"
www
else:
if tf == num2 > numl:
print ("Message 2")
print ("this tf:",tf)
else:
print ("that tf:",tf)
www
d.
if num2 > numl:
print ("Tom")
if not tf:
www
print ("Harry")
Transcribed Image Text:10. Given the following variables, for each problem, determine what will be printed on the screen when the code is executed. If there is an error, say what the error is. numl = 4 num2 = 13.0 tf = False if num2 > 5: e. if tf num2 > numl: а. == print ("Big") print ("this tf:", tf) ww" wwww else: else: print ("Small") print ("that tf:", tf) www" b. if numl 5: f. tf = True www print ("Message 1") if tf == num2 > numl: else: print ("this tf:",tf) www print ("Message 2") else: print ("that tf:",tf) www if numl = 5: c. print ("Message 1") g. tf = "True" www else: if tf == num2 > numl: print ("Message 2") print ("this tf:",tf) else: print ("that tf:",tf) www d. if num2 > numl: print ("Tom") if not tf: www print ("Harry")
Expert Solution
Step 1

As per our guidelines we are supposed to answer three sub parts kindly repost other sub parts as a separate question

 

a)

if num2>5:
    print("Big")
else:
    print("Small")

 

output

Big

Computer Science homework question answer, step 1, image 1

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Mathematical functions
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage