Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python please A program asks the user to enter the amount of pounds they want to convert to dollars. The exchange rate for pounds to

python please image text in transcribed
A program asks the user to enter the amount of pounds they want to convert to dollars. The exchange rate for pounds to dollars is 1.2. The program must display a message as x pound is equal to y dollars. You do not need to format your answers. Sample Output: Enter the number of pounds you want to convert dollars: 1 1 pound is equal to 1.2 dollars Enter the number of pounds you want to convert dollars: 2 2 pound is equal to 1.22=2.4 dollars Enter the number of pounds you want to convert dollars: 5 5 pound is equal to 1.25=6 dollars Hint use this partial program and write the complete program \#get value of pounds pounds = \#COMPLETE THIS dollars = pounds 1.2 print(\#COMPLETE THIS) Use the Hint given. Do not search answers online and copy as they will be different from what is needed. Do not share answers with others. Many times students share code with others thinking their answers are correct and there are mistakes they do Last saved 7:02:24 PM A program asks the user to enter the amount of pounds they want to convert to dollars. The exchange rate for pounds to dollars is 1.2. The program must display a message as x pound is equal to y dollars. You do not need to format your answers. Sample Output: Enter the number of pounds you want to convert dollars: 1 1 pound is equal to 1.2 dollars Enter the number of pounds you want to convert dollars: 2 2 pound is equal to 1.22=2.4 dollars Enter the number of pounds you want to convert dollars: 5 5 pound is equal to 1.25=6 dollars Hint use this partial program and write the complete program \#get value of pounds pounds = \#COMPLETE THIS dollars = pounds 1.2 print(\#COMPLETE THIS) Use the Hint given. Do not search answers online and copy as they will be different from what is needed. Do not share answers with others. Many times students share code with others thinking their answers are correct and there are mistakes they do Last saved 7:02:24 PM

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

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

2nd Edition

1597499471, 978-1597499477

More Books

Students also viewed these Databases questions

Question

8. Describe how cultural spaces are formed.

Answered: 1 week ago