Question: Write an algorithm and a program that prompts the user to enter the weight of a person in grams and finds the weight in kilograms
Write an algorithm and a program that prompts the user to enter the weight of a person in grams and finds the weight in kilograms and grams. One kilogram is 1000 grams. Sample input/output: Enter the weight in grams: 5370 There are 5 kilograms and 370 grams in 5370 grams. Exercise #2: Tons and Kilograms in Grams Write a program that reads a three-digits integer and flip it to form a new integer. Sample input/output: Enter a three digits integer: 371 The flip of 371 is 173 Extra Practice: Tons and Kilograms in Grams Write an algorithm and a program that prompts the user to enter the weight of an object in grams and finds the weight in tons, kilograms and grams. One metric ton is 1000 kilograms
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
