Demonstrate your understanding of Assembly in relation to other languages, your ability to apply existing ARM64 assembly mnemonics and techniques to a specific purpose, and to demonstrate the ability to….
Write a Python program to convert temperature from Celsius to Fahrenheit and Kelvins;
Weekly Assignment/Discussions via Unicheck Week 03
Write a Python program to convert temperature from Celsius to Fahrenheit and Kelvins; from Fahrenheit to Celsius and Kelvins.
Document your program – to include your name, course, date written, and the formulas used in the conversions.
Instruct the user on how to enter the data requested.
You must use the IF, ELSE, ELIF statements, or a combination of these statements.