Answered You can hire a professional tutor to get the answer.
write a program that accepts as input the mass (in grames) and density (in grams per cubic centimeters), and output the volume of the object using...
write a program that accepts as input the mass (in grames) and density (in grams per cubic centimeters), and output the volume of the object using the formular:Density = mass/volume. Format your output to two decimal place.