Question: . A1-V2 Weight Converter Program PURPOSE Practice the basics of programming IPO Declare and use variables Use mathematical calculations in a program Create and apply

. A1-V2 Weight Converter Program PURPOSE Practice the basics of programming IPO Declare and use variables Use mathematical calculations in a program Create and apply decision logic Use the IF/ELSE structure In Notepad, write pseudo-code only for a weight conversion program that pounds to kilos and kilos to pounds. Remember to use the pseudo-code guide when you are writing your code (see examples in PSEUDO CODE EXAMPLES module and FILES FROM CLASS module). . . Ask the user if they want to convert 1 - Pounds to Kilos OR 2- Kilos to Pounds Based on the user's answer (1 or 2) use an IF statement to process the conversion The output should include Some literal text (write literals in " "s) The type of conversion they selected (Pounds to Kilos or Kilos to Pounds) The weight they want to convert The resulting converted weight The current date (current_month, current day, current_year) Any other message you would like (ie. Thank you) o Add an output that reads, "Programmed By:" to every program you submit Comment you code. I will explain what this means in class. Add an output that reads, "Programmed By: * to every program you submit Comment you code. I will explain what this means in class. O NOTES: . . Your program should work of ANY weight the user enters Be sure that you include each step Lookup and use the actual convertion rate Submit this assignment to the CANVAS submission box. SAMPLE OUTPUT Welcome to the TIMCO Weight Converter Do you want to convert? 1 - Pounds to Kilos OR 2-kilos to Pounds You chose 2 What is the weight of your item? Your item is 23 Kilos and converts to 50.7 Pounds Thank you for using the TIMCO converter on 1/10/2021
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
