Scientists measure an object's mass in kilograms and its weight in newtons. If you know the amount of mass that an object has, you can calculate its weight, in newtons, with the following formula:
Weight = mass * 9.8
User will enter an object's mass, and then calculates and displays its weight. If the objects weights more than 1,000 newtons, displays a message indicating that it is too heavy. If the object weight less than 10 newtons, display a message indicating that the object is too light.
1) Draw the flowchart for the scenario illustrated above