Question: write a program that asks the user to enter an object mass, and then calculates and displays its weight ParagraPE Insert Editing format. Some content
ParagraPE Insert Editing format. Some content might be missing or displayed improperly 4 5 Assignment 1 Due On: 1/30/2018 Write your first C program as follows: Scientists measure an object's mass in kilograms and its weight in newtons. If you know an object's mass, you can calculate its weight in newtons with the following formula: weight- mass *9.8 Write a program that asks the user to enter an object's mass, and then calculates and displays it weight. If the object weighs more than 1000 newtons, display a message indicating that it is too heavy If the object weighs less than 10 newtons, display a message indicating that the object is too light. Note: name your code file Assignment1.c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
