In-Class Assignment 11
Write a Perl/Tk script to create a GUI program to convert Farenheight degrees to Celsius degrees. Your program will contain only three widgets: A text field in which the user will enter the number of Farenheight degrees, a button the user will push to activate the conversion, and a label which displays the resulting celcius degrees
Hint: to convert farenheight to celsius, subtract 32 and multiply by 5/9
For a bonus half-point, add two radio buttons which allow the user to choose whether to convert from Farenheight to Celsius or from Celsius to Farenheight (multiply by 9/5 and add 32) To submit your program - just email it to me as an attachment, CC'ing your own RPI email address. I don't feel like writing another submission script for Windows.