Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

. 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

image text in transcribed
image text in transcribed
. 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

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_2

Step: 3

blur-text-image_3

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

Databases Illuminated

Authors: Catherine M Ricardo, Susan D Urban

3rd Edition

1284056945, 9781284056945

More Books

Students also viewed these Databases questions

Question

Why do new ventures often turn to consultants for advice?

Answered: 1 week ago

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago