PLEASE BE GUIDED A. MODIFY THE GIVEN PROGRAM USING THE PYTHON FUNCTIONS Temperature Conversion Display program Welcome while loop statement >>> Repetition control structure option='Y' print ('Welcome') while option !- 'N': print ('Menu Option >>> Conversion of Temperature ') print ('(F] Fahrenheit >>> F to C ') print ('[C] Celsius >>> C to F') print ('[E] Exit>>> Exit program') SAget-input ('Enter your choice:') choices *Get temperature value and if sagot-'F': temp-int (input ('Enter value of temperature:')) temREel- (temp - 32) * 5/9 print (tempDegrees Fahrenheit','>>>', tempcel, 'Degrees Celsius') Sagot-'C': temp-int (input ('Enter value of temperature:')) tempfah- (9/5*temp) +32 print (temp, 'Degrees Celsius','>>>',tempfah, 'Degrees Fahrenheit') else: print ('Do you want to continue?') option-input ('Press Y [Yes] or N [NO]:') else: print ('end of the program')

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question

In this python program, please modify and show the output of the program.

PLEASE BE GUIDED
A.MODIFY THE GIVEN PROGRAM USING THE PYTHON FUNCTIONS
#Temperature Conversion
#Display program Welcome
#while loop statement >>> Repetition control structure
option='Y'
print ('Welcome')
while option != 'N':
print ('Menu Option >>> Conversion of Temperature ')
print ('[F] Fahrenheit >>> F to C ')
print ('[C] Celsius >>> C to F')
print ('[E] Exit>>> Exit program')
sagot=input ('Enter your choice:')
#Get temperature value and
choices
if sagot=='F':
temp=int (input ('Enter value of temperature:'))
tempcel= (temp
print (temp'Degrees Fahrenheit', '>>>',tempcel, 'Degrees
wwa m
32) * 5/9
w www
Celsius')
elif sagot='C':
www
wwa m
temp=int (input ('Enter value of temperature:'))
tempfah= (9/5*temo)+32
print (temp, 'Degrees
Celsius','>>>', tempfah, 'Degrees
Fahrenheit')
else:
print ('Do you want to continue?')
option=input ('Press Y [Yes] or N [NO] :')
else:
print ('end of the program')
Transcribed Image Text:PLEASE BE GUIDED A.MODIFY THE GIVEN PROGRAM USING THE PYTHON FUNCTIONS #Temperature Conversion #Display program Welcome #while loop statement >>> Repetition control structure option='Y' print ('Welcome') while option != 'N': print ('Menu Option >>> Conversion of Temperature ') print ('[F] Fahrenheit >>> F to C ') print ('[C] Celsius >>> C to F') print ('[E] Exit>>> Exit program') sagot=input ('Enter your choice:') #Get temperature value and choices if sagot=='F': temp=int (input ('Enter value of temperature:')) tempcel= (temp print (temp'Degrees Fahrenheit', '>>>',tempcel, 'Degrees wwa m 32) * 5/9 w www Celsius') elif sagot='C': www wwa m temp=int (input ('Enter value of temperature:')) tempfah= (9/5*temo)+32 print (temp, 'Degrees Celsius','>>>', tempfah, 'Degrees Fahrenheit') else: print ('Do you want to continue?') option=input ('Press Y [Yes] or N [NO] :') else: print ('end of the program')
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Types of Loop
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT