1. Hello (9 Lines) The very basic of programming is input and output, write a program that asks the user to enter his or her name. The program should respond with a message that says hello to the user, using his or her name and welcome him/her to Python. Sample Output: Enter your name: John Doe Hello John Doe, Welcome to Python 2. Area of a Room (Solved-13 Lines) ) Write a program that computes the area of a room by asking the user to enter its width and length. Once the values have been read, your program should compute and display the area of the room. The length and the width will be entered as floating point numbers. Include current unit of measure either in feet or in meter. Sample Output: Enter Length of a room in meters: 10 Enter Width of a room in meters: 5 Area of the Room is Sosgm.

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
icon
Related questions
icon
Concept explainers
Question

In python langauge, and make flowchart of this 2 programs

1. Hello (9 Lines)
The very basic of programming is input and output, write a program that asks the user to enter
his or her name. The program should respond with a message that says hello to the user, using
his or her name and welcome him/her to Python.
Sample Output:
Enter your name: John Doe
Hello John Doe, Welcome to Python
2. Area of a Room (Solved-13 Lines)
Write a program that computes the area of a room by asking the user to enter its width and
length. Once the values have been read, your program should compute and display the area of
the room. The length and the width will be entered as floating point numbers. Include current
unit of measure either in feet or in meter.
Sample Output:
Enter Length of a room in meters: 10
Enter Width of a room in meters: 5
Area of the Room is 50sqm.
Transcribed Image Text:1. Hello (9 Lines) The very basic of programming is input and output, write a program that asks the user to enter his or her name. The program should respond with a message that says hello to the user, using his or her name and welcome him/her to Python. Sample Output: Enter your name: John Doe Hello John Doe, Welcome to Python 2. Area of a Room (Solved-13 Lines) Write a program that computes the area of a room by asking the user to enter its width and length. Once the values have been read, your program should compute and display the area of the room. The length and the width will be entered as floating point numbers. Include current unit of measure either in feet or in meter. Sample Output: Enter Length of a room in meters: 10 Enter Width of a room in meters: 5 Area of the Room is 50sqm.
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
Operators
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
Database System Concepts
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education