Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The tab was snoozed to save memory. Task 1 Requirements User inputs their own name into the system . To get an input from the

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
The tab was snoozed to save memory. Task 1 Requirements User inputs their own name into the system . To get an input from the user we use the input() function in Python 3 a = input() The code above stores an input from the user into the variable a Value is stored in a variable . You can decided the name of the variable Deliverable Print content of variable Print type of variable Print out the length of the variable Type here to search no Task 2 Requirements . User inputs their own age into the system . To get an input from the user we use the input() function in Python 3 input() . The code above stores an input from the user into the variable a Value is stored in a variable - You can decided the name of the variable Deliverable Print content of variable Print type of variable ere to search Task 3 Requirements User inputs two integer numbers into the system Values are stored in two variables You can decided the name of the variables . You will need to use an if statement in your code for the 3rd deliverable below Deliverable Print out the sum of the two numbers Print out the difference of the two numbers Subtraction Print out the bigger of the two numbers Example Deliverable Search O Task 4 Requirements: Find the area of a rectangle and print the answer to the screen User inputs the legnth of the rectangle User inputs the width of the rectangle Deliverable Print out the two values taken in Length and Perimeter Print out the Area of the rectangle . Remember that we multiply Length by Width to get the Area Example Deliverable to search

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions