By Sukanya Saha
Weight Converter is a simple tool that converts a unit of weight and displays it in both kilograms and pounds.
In this program choices to the user will be provided to convert a weight in kilograms as well as
pounds. If the inputted value from the keyboard is in kilograms then that equivalent value will be
displayed in pounds as well as pounds to kilogram value will also be popped up in the window screen.
Vice versa if we enter a value in pounds then the equivalent value will be displayed in kilograms as
well as kilograms to pounds will also be displayed. It is simply a mini weight-calculator app that has a
wide range of applications, especially in medical sciences as well as in several business
organizations. We have used Java programming language to carry out the execution.
Code:
Output:
Submitted by Sukanya Saha (saha2608)
Download packets of source code on Coders Packet
Comments