Assignment 1. Code-Tracing Without running / testing thefollowing code, predict what the following program would print on the screen if you printed freeze and then boil. Write your answer in the comment section when submitting your work. For help with code-tracing see the code tracing page in this module. freeze - int(32) boil - int(212) freeze - 0 boil - 100 print(freeze, boil) # what would this print to the monitor? • Submit your answer in the comment section. 2. Days of the Week Write a program that asks the user for a number in the range of 1 through 7. The program should display the corresponding day of the week, where 1-Monday,. 2- Tuesday and so forth. If the user types in a 6 then "Saturday" should be printed on the screen. For help with Input statements see: lInput Eunction - The program should print an error message if the user enters a number that is outside the range of 1 through 7. For help with If statements and conditions see the following pages If-Else Statements and Operators. - Name the source code file yourName_HW4 1.py. 74F Mostly unny
Assignment 1. Code-Tracing Without running / testing thefollowing code, predict what the following program would print on the screen if you printed freeze and then boil. Write your answer in the comment section when submitting your work. For help with code-tracing see the code tracing page in this module. freeze - int(32) boil - int(212) freeze - 0 boil - 100 print(freeze, boil) # what would this print to the monitor? • Submit your answer in the comment section. 2. Days of the Week Write a program that asks the user for a number in the range of 1 through 7. The program should display the corresponding day of the week, where 1-Monday,. 2- Tuesday and so forth. If the user types in a 6 then "Saturday" should be printed on the screen. For help with Input statements see: lInput Eunction - The program should print an error message if the user enters a number that is outside the range of 1 through 7. For help with If statements and conditions see the following pages If-Else Statements and Operators. - Name the source code file yourName_HW4 1.py. 74F Mostly unny
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question

Transcribed Image Text:JLourses/42392/assignments/976546?module_item_id=2464139
Fall 2021
COP1000 HW4.docx
Home
In this homework, you will
Announcements
1. Code-trace and predict the output of a program
Account
Modules
2. Write a program that prints a day of the week.
3. Write a program that prints roman numerals.
4. Write a program that calculates and compares the area of two rectangles.
Quizzes
Dashboard
Grades
Syllabus
NOTES: You will submit six (06) files after completing this homework:
Courses
Zoom
Library Research
Guides
- THREE source files: yourName_LAB4_1.py, yourName LAB4_2.py AND yourName LAB4_3.py
• THREE image files: yourName LAB4_output1.jpg. yourName_LAB4_output2.jpg, AND yourName_LAB4_output3.jpg
- You will also enter your response for #1 in the comment section.
Calendar
Inbox
Assignment
History
1. Code-Tracing
- Without running / testing thefollowing code, predict what the following program would print on the screen if you printed freeze and then boil. Write your answer in the comment
section when submitting your work. For help with code-tracing see the code-tracing page in this module.
Help
OLogout
freeze - int(32)
boil - int(212)
freeze - 0
boil - 100
print(freeze, boil) # what would this print to the monitor?
• Submit your answer in the comment section.
- Write a program that asks the user for a number in the range of 1 through 7. The program should display the corresponding day of the week, where 1-Monday, 2- Tuesday and so
forth. If the user types in a 6 then "Saturday" should be printed on the screen. For help with Input statements see: Input Function
• The program should print an error message if the user enters a number that is outside the range of 1 through 7. For help with If statements and conditions see the following pages:
If-Else Statements and Operators.
- Name the source code file yourName_HW4 1.py.
2. Days of the Week
O
74F Mostly sunny
Ps
P Type here to search
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images

Knowledge Booster
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.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education