Scientists measure an object's mass in kilograms and its weight in newtons. If you knowthe amount of mass of an object in kilograms, you can calculate its weight in newtons withthe following formula: weight 5 mass 3 9.8
Write a program that asks the user to enter an object's mass, and then calculates its weight. If the object weighs more than 500 newtons, display a message indicating that it is tooheavy. If the object weighs less than 100 newtons, display a message indicating that it istoo light
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Scientists measure an object's mass in kilograms and its weight in newtons. If you knowthe amount of mass of an object in kilograms, you ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Scientists measure an object's mass in kilograms and its weight in newtons. If you knowthe amount of mass of an object in kilograms, you can calculate its weight in newtons withthe following formula: weight 5 mass 3 9.