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...


In python langauge, and make flowchart of this 2 programs


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

Extracted 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.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here